1 |
A set of multiple instructions enclosed in braces is called a block or: |
- A. if
- B. compound
- C. while
- D. if else
|
2 |
The statements which help us to decide which statements should be executed next, on the basis of conditions, are called: |
- A.
- B. selection statements
- C.
- D.
|
3 |
How many types of control statements are available in C language ? |
|
4 |
A set of multiple instructions enclosed in braces is called a block or. |
- A. if
- B. if -else
- C. while
- D. compound
|
5 |
How many types of selection structure. |
|
6 |
A ____ could be any vilid expresion including arithmetic expression relational expression,s logical expressions. |
- A. If
- B. condition
- C. while
- D. compound
|
7 |
Which of the following is the condition to check a is a factor of c ? |
- A. a % c == 0
- B. c % a == 0
- C. a*c == 0
- D. a+c == 0
|
8 |
In whihc statement we -specify a condition, and assoclate a code to it. |
- A. go to
- B. selection
- C. If
- D. loop
|
9 |
Selection statements within selection statements are called: |
- A. if else
- B. condition
- C. while
- D. nested selection structures
|
10 |
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
|