differentiate between character literal and string literal state two points
Answers
Answered by
11
Answer:
Character literals represents alphabets, numbers (0 to 9), special characters (@, ?, & etc.) Whereas, the String literal represents objects of String class.
Similar questions