When should I use single quotes and double quotes in C or C++ programming?
Single quotes are denoting a char, double denote a string.
In Java, it is also the same.