Q1068
Which of the following is a correct initialization of variables to null strings?
A.
x=
B.
x=' '
C.
x=" "
D.
x=, x=' ', x=" "
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board