I\'m trying to create a 2D array of chars to storage lines of chars. For Example:
lines[0]=\"Hello\";
lines[1]=\"Your Back\";
lines[2]=\"Bye\";
Here i'm opinion is different. May be useful. char pointer or char double is implicitly define during compilation. Hence it is not need to define explicitly and by doing so it show syntax error. Try char pointer without initializing by calloc and if you don't want garbage value initialize with NULL. It act like using calloc, you find nothing different.