I want to allocate a two dimensional character array dynamically. I tried with various methods and failed.
buffer[max][30];
max is a variable so I want to allocate dynamically. Is anyone there to help. Thanks in advance.
Joel.