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
AnswerB.
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