Home / C Programming / Memory Allocation :: Discussion

Discussion :: Memory Allocation

  1. malloc() returns a float pointer if memory is allocated for storing float's and a double pointer if memory is allocated for storing double's.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment