Computer Science, asked by kshitijcloudline, 7 months ago

2. Which of the following is a character literal?
a) '\t'
b) "X"
c) '\0'
d) 'x'​

Answers

Answered by arnavimon
0

Answer:

Explanation: In C or C++

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