Allocating and deallocating 2D arrays dynamically in C and C++ Varun March 6, 2015 Allocating and deallocating 2D arrays dynamically in C and C++2015-09-25T00:14:16+05:30 C++ 1 Comment In this article we will see how to allocate and deallocateĀ 2D arrays dynamically using new / delete and malloc / free combinations. (more…) Continue Reading Ā»