Google News
logo
Data Structures Algorithms - Quiz(MCQ)
How are String represented in memory in C?
A)
LinkedList of characters.
B)
An array of characters.
C)
The object of some class.
D)
Same as other primitive data types.

Correct Answer : Option (B) :   An array of characters.

Advertisement