A

Admin • 828.03K Points
Coach

Q. What is the default return type of a function in C if not specified?

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

Explanation by: Admin
By default, functions return 'int' if no type is specified.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.