Computer Applications
State whether the following statement is True or False :
The return statement is a jump statement.
Related Questions
State whether the following statement is True or False :
The while part of a do-while statement must be terminated by a semicolon.
State whether the following statement is True or False :
The continue statement terminates the current loop and then continues from the statement immediately following the current loop.
State whether the following statement is True or False :
The for loop may contain multiple initialisations and updates.
State whether the following statement is True or False :
A loop that never terminates is called an empty loop.