InterviewSolution
Saved Bookmarks
| 1. |
Point out the errors, if any, in the following program void main(){int a=30;f();}void f(){int b=20;} |
| Answer» C ERROR and SYNTAX error in the PROGRAM. | |