Character literal is assigned to a:
91 Likes
char variable
Reason — A character literal represents a single character enclosed in single quotes (' ') and it is assigned to char type variable.
Answered By
44 Likes
A character literal is enclosed in:
A set of characters is assigned to a:
The statement n += 4 is equivalent to:
What will be the output of a++, if int a= -1;?