I have an array of type char and a string that I will be introducing from the keyboard. Can anyone tell me how can I introduce each character of the string in the char array?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
You don't need to create an array in advance. Here is the code
|
|||
|
|
|
Alternatively, iterate over the string's characters and store them into your array:
|
|||
|
|
|
1. |
|||
|
|


This question does not show any research effort; it is unclear or not useful. – Bobby Sep 5 '11 at 15:23