Home » C Programming » Storage Classes » Question
  1. Memory allocation using malloc() is done in _________
    1. Heap area
    2. Stack area
    3. Both Heap area & Stack area
    4. Static area
    5. None of these
Correct Option: A

Heap area



Your comments will be displayed only after manual approval.