Examveda
Examveda

The braces that surround the code in a 'C program

A. show what code goes in a particular function

B. delimit a section of code

C. separate the codes from the constant

D. separate the source file from the subject file

E. None of the above

Answer: Option B


Join The Discussion

Comments ( 1 )

  1. Chandan Pradhan
    Chandan Pradhan :
    7 years ago

    why option B???

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