With which another name decision structure is known as?
a) Selective structure
b) Result structure
c) Primary structure
d) Ultimate structure
How many statements C provides under selective structure?
a) One
b) Three
c) Four
d) Two
When if statement is used in another if statement what is it called?
a) if....else
b) switch
c) nested if
d) if
In C by which name multi-way decision statement is known as?
a) simple if
b) switch
c) if…else
d) nested if
In switch option at the end of case label which sign is put?
a) /
b) ,
c) :
d) *
In C language how many loop control statements are available?
a) One
b) Two
c) Three
d) Four