Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 12 (Q.No. 1)
1.
Which of the following is a valid logical expression in Pascal?
2.5 : = A
(A + B) < < (C + D)
A = < B
A > = B
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Pcm said:   4 years ago
Pascal - Operators

1) (A <= B).
2) (A >= B).
3) (A < B).
4) (A > B).
5) (A <> B).
6) (A = B).

Here, the match data is 2, Hence the answer is D.

Post your comments here:

Your comments will be displayed after verification.