Q:

Point out the illegal function declaration

0

Point out the illegal function declaration


  1. int 2bhk(int*, int []);
  2. int 1bhk(int a);
  3. int 1bhk(int);
  4. All of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

All of the above

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now
Which keyword is used to give back the value... >>