Which of the following function declaration is illegal?
Posted: Wed Jul 13, 2022 7:54 pm
a) int 1bhk(int);
b) int 1bhk(int a);
c) int 2bhk(int*, int []);
d) all of the mentioned
b) int 1bhk(int a);
c) int 2bhk(int*, int []);
d) all of the mentioned