Initializing the string in C; Is the following useful?
I know how to initialize strings in C in two different ways.
char str[] = "abcd";
char str[] = {'a','b','c','d','
I know how to initialize strings in C in two different ways.
char str[] = "abcd";
char str[] = {'a','b','c','d','