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);
2.7k
0
Do you find this helpful?
13

Discussion

No comments yet