Character literal is assigned to a 1. Char variable
2.char type literal 3.string variable 4.string literal
Answers
Answered by
10
Explanation:
The values assigned to each constant variables are referred to as the literals. Generally, both terms, constants and literals are used interchangeably. For eg, “const int = 5;“, is a constant expression and the value 5 is referred to as constant integer literal. There are four types of literals in C and five types of literals in C++.
Answered by
3
Answer:
its 1st answer char variable
Explanation:
mark as brainiest
Similar questions