Explain how dynamic memory can be allocated to twodimensional array when the dimensions are not known at compile time. [Hint: Use pointer to pointer concept.] The declarations int a[5][6] ans *a [6]...


Explain how dynamic memory can be allocated to twodimensional array when the dimensions are not known at compile time. [Hint: Use pointer to pointer concept.]


The declarations int a[5][6] ans *a [6] and **a all refer to the same two-dimensional array of integers. Explain the process of memory allocation for the above three declarations.

Nov 23, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here