Page 1 of 1

Which of the following function declaration is illegal?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) int 1bhk(int);
b) int 1bhk(int a);
c) int 2bhk(int*, int []);
d) all of the mentioned