3 lines
74 B
C++
3 lines
74 B
C++
|
|
char const str = "a string literal";
|
||
|
|
char c = 'x'; // a character literal
|