Q231
Which criteria return only those addresses beginning with the letter "K"?
A.
address = "K"
B.
address = "K*"
AnswerC.
address = "K?"
D.
address = "K#"
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board