Home / ECE / Microprocessors :: Discussion

Discussion :: Microprocessors

  1. The correct way of writing the expression in Pascal is

  2. A.
    N * V * V / 2 + G * H / 3D
    B.
    N * V * V / 2.0 + G * H / (3.0 *D)
    C.
    N * V * V / 2 + G * H / 3.0 * D
    D.
    N * V * V / 2.0 + G * H / 3.0 * D

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Operators must be written. They are not implied.


Be The First To Comment