Answers.
________ allows a set of instructions to be performed until a certain condition is reached.
Select one:
a. None of the above
b. Structure
c. Loop
d. Operator - Answer c. Loop
The _________ function causes immediate ending of the program and control is transferred
back to the operating system
Select one:
a. return
b. exit()
c. jump statement
d. quit - Answer b. exit()
The ____ statement can be used to terminate a case in the switch statement and / or to force
the immediate termination of a loop, by passing the normal loop condition check.
Select one:
a. break
b. goto
c. label
d. return - Answer a. break
The scanf() function will retrieve data from ....
Select one:
a. the input buffer
b. an input device
c. the keyboard - Answer a. the input buffer
Program information does not consist of ...
Select one:
a. data