I am new to C++. I often see conditional statement like below:
if statement_0; else if statement_1;
Question:
Syntacticall
No, it is not. They are two keywords and, moreover, the second "if" is a substatement "inside" the scope determined by the first "else" statement.