1.

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» E.


Discussion

No Comment Found