Functions in C Programming | Q - 3

Last Updated :
Discuss
Comments

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

C
void fun();

Function can only be defined without any parameter.


Function can be defined with any number of parameters of any types.


Function can be defined with any number of integer parameters.


Function can be defined with one integer parameter.


Tags:
Share your thoughts in the comments