dynamic memory for 2D char array

Posted by Ankur on Stack Overflow See other posts from Stack Overflow or by Ankur
Published on 2010-04-10T17:32:36Z Indexed on 2010/04/10 17:43 UTC
Read the original article Hit count: 319

Filed under:
|

I have declared an array char **arr; How to initialize the memory for the 2D char array.

© Stack Overflow or respective owner

Related posts about c

    Related posts about memory-management