Microprocessors - Engineering

Q1:

In which computer language is 'break' statement used

A Fortran 77

B Pascal

C C

D none of the above

ANS:C - C

Whenever keyword 'break' is encountered inside any C loop control passes to the first statement after the loop.