McqMate
Q. |
Which of the following represents correct syntax for function declaration? |
A. | int sum(int,int); |
B. | int sum(int,int){} |
C. | int sum; |
D. | both a and c |
Answer» A. int sum(int,int); |
View all MCQs in
Principles of Programming LanguagesNo comments yet