1.

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

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


Discussion

No Comment Found