1.

Differentiate if statement and if elseif else statement?

Answer»

if elseif else statement:

1. If-elseif-else statement is a combination of ifelse statement.

2. More than one statement can execute the condition based on user needs.

3. If the condition is false more alternatives are there.



Discussion

No Comment Found