Answers

Question and Answer:

  Home  Telecommunications

⟩ Memory allocation of variables declared in a program is? a) allocated in RAM. b) allocated in ROM. c) allocated on stack. d) assigned to registers.

a)allocated in RAM.

stack memory is used at the time of dynamic memory allocation

ex:- malloc();

 120 views

More Questions for you: