MCQOPTIONS
Saved Bookmarks
| 1. |
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» B. int sum(int,int){} | |