Home / C Programming / Complicated Declarations :: True / False Questions

C Programming :: Complicated Declarations

  1. Does the data type of all elements in the union will be same.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. It is not necessary to typecast the address returned by malloc().

  4. A.
    True
    B.
    False

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. We can modify the pointers "source" as well as "target".

  6. A.
    True
    B.
    False

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. Function can return a floating point number.

  8. A.
    True
    B.
    False

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. We can allocate a 2-Dimensional array dynamically.

  10. A.
    True
    B.
    False

    View Answer

    Workspace

    Discuss Discuss in Forum