Examveda

Which of the following function declaration is illegal?

A. int 1bhk(int);

B. int 1bhk(int a);

C. int 2bhk(int*, int []);

D. all of the mentioned

Answer: Option D


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function