Which of the following statements is used to make a selection from more than two choices?
A. Else if B. Nested if else C. Switch D. None of the above
Which of the following statements is not an iterative statement?
A. While B. Continue C. Do while D. For
Which is the correct form of an array declaration?
A. int marks[10]; B. int [10]marks; C. int marks[10] D. None of the above