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

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.

コメント