Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. Number of bytes in memory taken by the below structure is?

    struct test
    {
    int k;
    char c;
    };
  2. A.
    Multiple of integer size
    B.
    integer size+character size
    C.
    Depends on the platform
    D.
    Multiple of word size

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    None.


Be The First To Comment