2. Which of the following is a character literal?
a) '\t'
b) "X"
c) '\0'
d) 'x'
Answers
Answered by
0
Answer:
Explanation: In C or C++
Answered by
1
Answer:
Explanation:
A character literal is a type of literal in programming for the representation of a single character's value within the source code of a computer program. ... Alternative ways to encode character values include specifying an integer value for a code point, such as an ASCII code value or a Unicode code point.
Similar questions