The conditional operator is also known as
a) relational operator
b) binary operator
c) ternary operator
d) chary operator
Explanation: Ternary operator that works with more than two vales
Which of the following keyword is used followed by case statement?
a) colon(:)
b) semicolon(;)
c) comma(,)
d) equal (=)
Which of the following are very important used in loops?
a) control structures
b) control programs
c) control execution
d) control application
A sequence of instruction that is continually repeated is called……
a) loop
b) program
c) algorithm
d) flowchart
What is/are the advantages of loop?
a) save time
b) save effort
c) both a & b
d) none of these
Which of the following are the main purpose, that loops are used?
a) one
b) two
c) three
d) four
Explanation: to execute a statement for number of times, to execute a statement depending upon condition