

InterviewSolution
Saved Bookmarks
1. |
Semicolon is used after :(a) Function definition(b) Function call(c) for loop(d) while loopI got this question in a national level competition.My query is from Structural Programming topic in division Planning the Computer Program of Computer Fundamentals |
Answer» The correct option is (B) Function call |
|