0
Little doubt in C strings and characters
I've been searching this for some time and couldn't find the answer in looking for. In C, " " and ' ' don't work the same way. Why?
1 Odpowiedź
+ 4
double quotes are used to enclose char arrays (strings), while simple quotes used for only one char (not array of...)