1 |
Which of the following is a decision making statement ? |
- A. if
- B. getch()
- C. getche()
- D. break
|
2 |
Which of the following is not a type of control statements in C language. |
- A. Sequential Control Statements
- B. Selection control statements
- C. Repetitio contorl statements
- D. Error Control Statements
|
3 |
Which of the following is not a type of control statements in C language ? |
|
4 |
Which of the following is the default control structure in C language ? |
|
5 |
If statement is used within another if statement is called: |
- A. nested if
- B. simple if
- C. many if
- D. multiple if
|
6 |
An if statement inside another if statement is called _______ structure: |
- A. nested
- B. boxed
- C. repeated
- D. decomposed
|
7 |
Selection statements within selection statements are called: |
- A. if else
- B. condition
- C. while
- D. nested selection structures
|
8 |
How many types of selection structure. |
|
9 |
If we want to associate more than one statements to an if statement, then they need to be enclosed inside a: |
|
10 |
|
- A. a++;
- B. a--;
- C. both (a) and (b)
- D. none
|