Computer Science, asked by coolmukil7334, 9 months ago

Character literal is assigned to a 1. Char variable
2.char type literal 3.string variable 4.string literal

Answers

Answered by smokeinjone
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 khavinajay7
3

Answer:

its 1st answer char variable

Explanation:

mark as brainiest

Similar questions