what is difference between single inverted and double inverted in programming languages

Solutions on MaxInterview for what is difference between single inverted and double inverted in programming languages by the best coders in the world

showing results for - "what is difference between single inverted and double inverted in programming languages"
Manuel
24 Jul 2018
1[...] In common usage, there may be a distinction between the
2single and double quotation marks in this context; often, single
3quotation marks are used to embrace single characters, while 
4double quotation marks enclose whole words or phrases[.]
5
6
7Simply: according to the charcter check for string and char
81. if char , then use '';
92. if string , then use "";