x = malloc (y).

Which of the following statements is corr

Loading

โœช Choose the correct option.

x = malloc (y).

Which of the following statements is correct.

A. x is the size of the memory allocated
B. y points to the memory allocated
C. x points to the memory allocated
D. None of the above

Leave a Comment