1 |
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
|
2 |
Conditional logic helps in, _________: |
- A. decision
- B. iterations
- C. traversing
- D. all
|
3 |
How many types of selection structure. |
|
4 |
Which of the following is not a type of control statements in C language ? |
|
5 |
A set of multiple instructions enclosed in braces is called a _______: |
- A. box
- B. block
- C. list
- D. job
|
6 |
If statement is used within another if statement is called: |
- A. nested if
- B. simple if
- C. many if
- D. multiple if
|
7 |
In whihc statement we -specify a condition, and assoclate a code to it. |
- A. go to
- B. selection
- C. If
- D. loop
|
8 |
Whihc of the following is a decision statement is called. |
- A. Nested if
- B. Simple if
- C. Many if
- D. Multiple if
|
9 |
|
- A. a++;
- B. a--;
- C. both (a) and (b)
- D. none
|
10 |
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
|