A set of characters is assigned to a:
63 Likes
String variable
Reason — A string data type represents a set of characters enclosed within double quotes. A set of characters is assigned to a String variable.
Answered By
12 Likes
Character literal is assigned to a:
A character literal is enclosed in:
The statement n += 4 is equivalent to:
What will be the output of a++, if int a= -1;?