Question

Among these expressions, which is(are) of type String?

A "0"
B '0'
C [A] and [B]
D None of these
Answer & Explanation
Option: [A]

"0" is correct. Because String literals are enclosed within double quotes.