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

For explanation I would say: Semicolon is USED after function call otherwise it LEADS to compile-time errors. It shouldn’t be used after DEFINITIONS. It should also not be used after loops.



Discussion

No Comment Found

Related InterviewSolutions