+ 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.
+ 4
" " are mostly used for strings, and ' ' mostly for single characters. :)



