Vidyalelo
C Programming · Q21

Memory Allocation

Programming · C Programming · question 21

Q21

What is the maximum number of bytes that can be allocated using 'malloc' in C?

A.
It depends on the system and available memory
Answer
B.
2^16 bytes
C.
2^32 bytes
D.
2^64 bytes

Answer: Option A

Solution

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