Report Bug
Qus : How are String represented in memory in C?
QusHow are String represented in memory in C?

A. An array of characters
B. The object of some class
C. Same as other primitive data type
D. Linkedlist of characters


Solution
A. An array of characters






Report Bug