Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 2 (Q.No. 31)
31.
Which of the following conditional statements is not valid in Pascal?
If A > = B then B : = C + D + X
If (N = 45) THEN X : = X + 2 ELSEX : = 0
If A < = B then A : = C * D
If (A > = B) X : Y else X : = Z
Answer: Option
Explanation:

'then' is missing.

Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.