字符串

了解字符串
How structured?
Where to be stored in?
How to input a string into an anrray gracefully
what will happen if you do not initialize a string array?
Pay attention to the array-out-of-bounds!
<cstring>,sizeof() and strlen()

How structured

Where to be stored in?

How to input a string into an array gracefully

what will happen if you do not initialize a string array?

Pay attention to the array-out-of-bounds!

<cstring>,sizeof() and strlen()