1 |
How many types of control statements are available in C language ? |
|
2 |
Which of the following is a decision making statement ? |
- A. if
- B. getch()
- C. getche()
- D. break
|
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 we want to assocate more than one statements to an if statement, then they need to be enclosed inside a. |
|
7 |
If statement is used within another if statement is called: |
- A. nested if
- B. simple if
- C. many if
- D. multiple if
|
8 |
A ____ could be any valid expression including arithmetic expressions, relational expressions, logical expressions: |
- A. if
- B. while
- C. compound
- D. condition
|
9 |
_________ 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
|
10 |
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
|