Vidyalelo
Computer Science · Q439

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 439

Q439

Which of the following will store the letter H in a Character variable named initial?

A.
initial = 'H'
B.
initial = 'H';
Answer
C.
initial = "H"
D.
initial = "H";

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board