1 |
|
- A. a++;
- B. a--;
- C. both (a) and (b)
- D. none
|
2 |
Which of the following is not a type of control statements in C language ? |
|
3 |
Which of the following is a decision making statement ? |
- A. if
- B. getch()
- C. getche()
- D. break
|
4 |
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
|
5 |
A condition can be any ____________ expression: |
- A. arithmetic
- B. relational
- C. logical
- D. arithmetic, relational or logical
|
6 |
An if statement inside another if statement is called _______ structure: |
- A. nested
- B. boxed
- C. repeated
- D. decomposed
|
7 |
Selection statements within selection statements are called. |
- A. if -else
- B. condition
- C. while
- D. nested selection structures
|
8 |
If we want to assocate more than one statements to an if statement, then they need to be enclosed inside a. |
|
9 |
In which control all the statements are executed in the given sequence: |
|
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
|