1.

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

A. Function can only be called without any parameter
B. Function can be called with any number of parameters of any types
C. Function can be called with any number of integer parameters.
D. Function can be called with one integer parameter.
Answer» C. Function can be called with any number of integer parameters.


Discussion

No Comment Found