Q29
What is the syntax for the 'else if' statement in C++?
A.
else if (condition) { statement; }
AnswerB.
if else (condition) { statement; }
C.
elseif (condition) { statement; }
D.
else (condition) { statement; }
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board