Concept Flow - String input and output
Start Program
Declare char array
Input string using scanf
Store input in array
Print string using printf
End Program
The program declares a character array, reads a string from the user, stores it, then prints it back.