- #1
aliz_khanz
- 26
- 0
Homework Statement
Write a function reverse which inverts the order of character in the text array.
void reverse(char s[])
// s[] – the array containing the character which order has to be inverted
Apply this funtion in a program which inverts the characters in all input lines.
Homework Equations
Scanf maybe ...%"anything"
The Attempt at a Solution
I don't really know where to start as I am unable to understand the question. Can anyone please write this programme for me? I just know that scanf function will be used in order to write the programme.