1 |
Selection statements within selection statements are called: |
- A. if else
- B. condition
- C. while
- D. nested selection structures
|
2 |
A set of multiple instructions enclosed in braces is called a _______: |
- A. box
- B. block
- C. list
- D. job
|
3 |
How many types of control statements |
|
4 |
How many types of selection structure. |
|
5 |
In which control all the statements are executed in the given sequence: |
|
6 |
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
|
7 |
In which control all the statments are executed in the given dequence. |
- A. Error Control Statements
- B. Selection ctonrol statemetns
- C. Repetition cotrol statements
- D. Sequential Control Statements
|
8 |
A ____ could be any vilid expresion including arithmetic expression relational expression,s logical expressions. |
- A. If
- B. condition
- C. while
- D. compound
|
9 |
In whihc statement we -specify a condition, and assoclate a code to it. |
- A. go to
- B. selection
- C. If
- D. loop
|
10 |
How many types of selection structure ? |
|