Q452
In this program the allocated memory block can store #include #include int main() int *ptr; ptr = malloc(10); return 0;
A.
int
B.
char
C.
float
D.
all of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board