Q186
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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board