You will have to dynamically allocate the memory using pointers. The real question is, why do you need to use a global variable? 99/100 times, when I've programmed, I've never needed to use a global variable.
You will have to dynamically allocate the memory using pointers. The real question is, why do you need to use a global variable? 99/100 times, when I've programmed, I've never needed to use a global variable.
Comment