Contents

With which another name decision structure is known as?
a) Selective structure        
b) Result structure
c) Primary structure
d) Ultimate structure

a

How many statements C provides under selective structure?
a) One   
b) Three               
c) Four  
d) Two

b

When if statement is used in another if statement what is it called?
a) if....else                             
b) switch
c) nested if                           
d) if

c

In C by which name multi-way decision statement is known as?
a) simple if                           
b) switch
c) if…else                             
d) nested if

b

In switch option at the end of case label which sign is put?
a) /                         
b) ,                         
c) :                         
d) *

c

In C language how many loop control statements are available?
a) One   
b) Two  
c) Three               
d) Four

c