which of the following are valid character constant why or why not in C++
’a’
'abc'
'xyz'
my
'main'
's'
’
”
char
\\
Answers
Answered by
6
'abc'
'xyz'
’
”
\\
these are main ⬆
Similar questions