Examveda
Examveda

The main difference in operation between an 'if statement and a 'while' statement is

A. the 'while' loop body is executed

B. the body of the 'while' statement may be executed many times, the body of the 'if statements only once

C. the conditional expression following the keyboard is evaluated differently

D. All of the above

E. None of the above

Answer: Option B


Join The Discussion

Related Questions on Object Oriented Programming Using C Plus Plus

A default catch block catches

A. all thrown objects

B. no thrown objects

C. any thrown object that has not been caught by an earlier catch block

D. all thrown objects that have been caught by an earlier catch block