Double quotes may be used with char literal values.
True
False
Answers
Answered by
1
Answer:
true...........mark me as braimly
Answered by
0
‘Double quotes may be used with char literal values’ is a FALSE statement.
Explanation:
- Char literals should come up with single quotes. A string literal always come up with double quotes.
- String literal is a type of programming literal used for representing the string value within the source code of the programming language.
- Most of the modern coding languages uses string literals with double quotes. There are also alternate notations used in case of string literals that are depend upon the programming languages.
- Overall, the string literal is the quotes sequence of characters.
Similar questions