What is Else If Syntax?

Submitted by: Muhammad
if ( <condition> ) {
// Execute these statements if <condition> is TRUE
}
else if ( <another condition=""> ) {
// Execute these statements if <another condition=""> is TRUE and
// <condition> is FALSE
}</condition></another></another></condition></condition>
Submitted by: Muhammad

Read Online C++ Syntax Job Interview Questions And Answers