C Chandani • 10.97K Points Tutor II Bookmark Embed Report View In MB-Short 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: 196 Filed under category C Programming Share
Discusssion
Login to discuss.