A
Q. In C, what is the meaning of following function prototype with empty parameter list
Code:
void fun()
{
/* .... */
}
{
/* .... */
}
- Correct Answer - Option(C)
- Views: 23
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.