How to convert a string to character array in c (or) how to extract a single char form string?

前端 未结 3 1734
生来不讨喜
生来不讨喜 2020-12-15 07:12

I need to convert a string to a char array in C; how can I do this?

Or at least, how can I extract single chars from a string incrementally?

3条回答
提交回复
热议问题