CS Electrical And Electronics
@cselectricalandelectronics

In which section of the memory map is the variable count stored in this code : function(){ const int count = 10; }

All QuestionsCategory: C LanguageIn which section of the memory map is the variable count stored in this code : function(){ const int count = 10; }
Anonymous asked 3 years ago

Options:

  1. Global Data section
  2. Stack Section
  3. Text Section
  4. Heap section