Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 3 (Q.No. 4)
4.
The correct way of writing the expression in Pascal is
N * V * V / 2 + G * H / 3D
N * V * V / 2.0 + G * H / (3.0 *D)
N * V * V / 2 + G * H / 3.0 * D
N * V * V / 2.0 + G * H / 3.0 * D
Answer: Option
Explanation:

Operators must be written. They are not implied.

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

Post your comments here:

Your comments will be displayed after verification.