Examveda

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

A. It depends on the system and available memory

B. 2^16 bytes

C. 2^32 bytes

D. 2^64 bytes

Answer: Option A


This Question Belongs to C Program >> Memory Allocation

Join The Discussion

Related Questions on Memory Allocation