1 |
A set of multiple instructions enclosed in braces is called a block or. |
- A. if
- B. if -else
- C. while
- D. compound
|
2 |
In which control all the statements are executed in the given sequence: |
|
3 |
How many types of control statements are available in C language ? |
|
4 |
Which of the following is not a type of control statements in C language ? |
|
5 |
In which statement we specify a condition, and associate a code to it: |
- A. selection
- B. if
- C. go to
- D. loop
|
6 |
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.
|
7 |
Whihc of the following is a decision statement is called. |
- A. Nested if
- B. Simple if
- C. Many if
- D. Multiple if
|
8 |
Which of the following is the default control structure in C language ? |
|
9 |
If we want to associate more than one statements to an if statement, then they need to be enclosed inside a: |
|
10 |
_________ statement executes the set of statements under if statement if the condition is true and executes the set of statements under else otherwise: |
- A. if else
- B. condition
- C. while
- D. compound
|