pallavagarwal07/iTS

Initializing string literal

pallavagarwal07 opened this issue · 0 comments

char *arr = "Hello World";

works but

char arr[] = "Hello World";

doesn't