A

Admin • 833K Points
Coach

Q. What is the default return type of main() if not specified?

  • (A) void
  • (B) int
  • (C) char
  • (D) float
  • Correct Answer - Option(B)
  • Views: 23
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

C assumes int as the default return type if not specified explicitly.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.