1.

In C, what is the meaning of following function prototype with empty parameter listvoid fun(){/* .... */}(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»


Discussion

No Comment Found

Related InterviewSolutions