0
single quotes and double quotes
Why would you choose to use single or double quotes in your code?
1 Odpowiedź
+ 1
Single quotes can be used for a character like x='a' but a double quotes are used for char arrays or you can say strings.
Why would you choose to use single or double quotes in your code?