Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
6いいね 401 views回再生

Dynamic Array in C++ Using Heap Memory

In C++ there are two types of memory static(stack) and dynamic (heap) memories. Dynamic memory can grow at run time, static memory cannot, and in static memory the size of the array must be known before compilation.

コメント