Discussion :: Control Instructions
-
Which of the following statements are correct about an if-else statements in a C-program?
1: Every if-else statement can be replaced by an equivalent statements using ?: operators 2: Nested if-else statements are allowed. 3: Multiple statements in an if block are allowed. 4: Multiple statements in an else block are allowed.
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment