1.

Why do we write (int *) before malloc? int *ip = (int *)malloc(sizeof(int));

A. It is for the syntax correctness
B. It is for the type-casting
C.
D. D.
Answer» C.


Discussion

No Comment Found