1.

A statement used to close the IF block.(a) ELSE(b) ELSEIF(c) END(d) ENDIFI got this question during an online interview.This question is from Pseudo Code topic in division Planning the Computer Program of Computer Fundamentals

Answer»

The correct ANSWER is (d) ENDIF

Best EXPLANATION: The answer is ENDIF. It is used to close the IF block. ENDIF statement should be in LINE with the IF statement.



Discussion

No Comment Found

Related InterviewSolutions