MCQOPTIONS
Saved Bookmarks
| 1. |
What error would the following function give on compilation ? |
| A. | Missing parentheses in return statement |
| B. | Function should be define as int f(int a,int b) |
| C. | Redeclaration of a |
| D. | No error |
| Answer» D. No error | |