Question: In c, what is the difference between: char message[80]; char *message; char *message[80]; Also, if char *message is just a pointer, when to malloc and
In c, what is the difference between:
char message[80];
char *message;
char *message[80];
Also, if char *message is just a pointer, when to malloc and do you always have to free after?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
