Vidyalelo
C Programming · Q42

Memory Allocation

Programming · C Programming · question 42

Q42

If malloc() and calloc() are not type casted, the default return type is . . . . . . . .

A.
void*
Answer
B.
void**
C.
int*
D.
char*

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board