Q439
Which of the following will store the letter H in a Character variable named initial?
A.
initial = 'H'
B.
initial = 'H';
AnswerC.
initial = "H"
D.
initial = "H";
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board