Vidyalelo
Computer Science · Q452

Linux

Engineering and GATE · Computer Science · question 452

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
Answer

Answer: Option D

Solution

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