String is a collection of one or more character which consists of _____ in…
2024
String is a collection of one or more character which consists of _____ in programming language. I. Letters II. Numbers III. Symbols
- A.
I, II and III
- B.
Only I
- C.
Only I and III
- D.
Only II
Attempted by 119 students.
Show answer & explanation
Correct answer: A
A string can contain letters, numbers, and symbols because it is a sequence of characters.