Initializing string literal
pallavagarwal07 opened this issue · 0 comments
pallavagarwal07 commented
char *arr = "Hello World";
works but
char arr[] = "Hello World";
doesn't
pallavagarwal07 opened this issue · 0 comments
char *arr = "Hello World";
works but
char arr[] = "Hello World";
doesn't