Computer Science, asked by Surendra56789, 10 months ago

Double quotes may be used with char literal values.

True
False

Answers

Answered by mdehtisham
1

Answer:

true...........mark me as braimly

Answered by mindfulmaisel
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