1.

What is else if directive?

Answer»

The else if statements are used with the if directive, whenever the if statement fails then the else if statements are tried and if they also fails then the else is executed.



Discussion

No Comment Found