1. A pointer to a block of memory is effectively same as an array
Ask Your Doubts Here
Comments
By: guest on 01 Jun 2017 06.00 pm
Yes, It is possible to allocate a block of memory (of arbitrary size) at run-time, using the standard library's malloc function, and treat it as an array.