+ 8
In python, no. In C++, yes : " " may be a const char*, but it depends on the prefix before the ", iirc ; ' ' is a char. In C, yes : " " is a const char*, and ' ' ' is a char.
25th Feb 2021, 8:05 AM
Théophile
Théophile - avatar
+ 4
" " are mostly used for strings, and ' ' mostly for single characters. :)
25th Feb 2021, 8:03 AM
Matthew
Matthew - avatar