Question: Write three separate functions in C++ which declares an integer array of size 100 i) Statically ii) Stack dynamically iii) Heap dynamically Once you write
Write three separate functions in C++ which declares an integer array of size 100
i) Statically
ii) Stack dynamically
iii) Heap dynamically
Once you write the codes, briefly explain their pros and cons.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
