String append: Difference between revisions

Content added Content deleted
No edit summary
Line 60: Line 60:
int main()
int main()
{
{
char str[]="Good Morning";
char str[100]="Good Morning";
char *cstr=" to all";
char *cstr=" to all";
char *cstr2=" !!!";
char *cstr2=" !!!";