1.

Why do we write (int *) before malloc?

A. It is for the syntax correctness
B. It is for the type-casting
C. It is to inform malloc function about the data-type expected
D. None of the mentionedView Answer
Answer» C. It is to inform malloc function about the data-type expected


Discussion

No Comment Found