A

Admin • 833K Points
Coach

Q. In C, what is the meaning of following function prototype with empty parameter list

Code:
void fun()
{
/* .... */
}
  • (A) Function can be called with one integer parameter.
  • (B) Function can be called with any number of integer parameters.
  • (C) Function can be called with any number of parameters of any types
  • (D) Function can only be called without any parameter
  • Correct Answer - Option(C)
  • Views: 23
  • Filed under category C Programming
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.