A Admin • 833K Points Coach Q. Which of the following syntax is correct for nested if-else statements? (A) if(exp1){ if(exp2){ } } else { if(exp3){ } } (B) if(exp1){ }else { } (C) if{} (D) None of these Correct Answer - Option(A) Views: 22 Filed under category C Programming Hashtags: Share Manage Tags
Discusssion
Login to discuss.