Tell me what is the difference between starting a string with single quote and double quote? What you will use in general instance?
Answer Posted / Yugvendra Pratap Singh
The main difference is that single quotes ignore special characters within the string, whereas double quotes consider them as part of the string. In general instances, it's recommended to use double quotes because they allow for easier variable interpolation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers