Any1 plz help me.im new to this site and a begineer of C....
this may be stupid ques to ask..
char msg1[20]="hello";
char msg2[20]="welcome";
char msg3[20]="goodnite";
can i store these three arrays in one sigle array....not in pointers.
ie in.....
char result[50];
i need the result like this..
output: hello welcome goodnite