1 |
In which control all the statements are executed in the given sequence: |
|
2 |
If statement is used within another if statement is called: |
- A. nested if
- B. simple if
- C. many if
- D. multiple if
|
3 |
Which Statements is used ot execute not set of instructions, if a particular condition is true and another set of instructions if the condition is false. |
- A. if
- B. else
- C. if else
- D. loop
|
4 |
How many types of control statements |
|
5 |
A set of multiple instructions enclosed in braces is called a block or. |
- A. if
- B. if -else
- C. while
- D. compound
|
6 |
Which of the followingt is the default control structrue in C language. |
- A. Sequenctial Control Statements
- B. Selection Control statements
- C. Repetition Control Statements
- D. Error Control Statements
|
7 |
A ____ could be any valid expression including arithmetic expressions, relational expressions, logical expressions: |
- A. if
- B. while
- C. compound
- D. condition
|
8 |
How many types of selection structure. |
|
9 |
How many types of selection structure ? |
|
10 |
A ____ could be any vilid expresion including arithmetic expression relational expression,s logical expressions. |
- A. If
- B. condition
- C. while
- D. compound
|