Thread: String Arrays..
View Single Post
Ambitious contributor
18Jul2011,17:40  
poornaMoksha's Avatar
Follow these steps :

- Declare a character array of (say) 50 bytes
- use 'getchar()' or 'gets' to accept input.
- Store the input in array.
- Print the array (as required).