Home / ECE / Microprocessors :: Discussion

Discussion :: Microprocessors

  1. Consider the following in C

    int k
    float a ;
    k = 4.2
    a = 300


    The values stored in computer memory for k and a are respectively

  2. A.
    4.2 and 300
    B.
    4 and 300 respectively
    C.
    4.2 and 300.00 respectively
    D.
    4 and 300.00 respectively

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment