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