creating a C program to reverse letters within words of string
input: Mahesh Das
output: hsehaM saD
input: abcd wxyz
output: dcba zyxw
intput: apple of my eye
output: elppa fo ym eye
i m not able to understand what to do and where to start.
as i m begginer in c
New contributor
Mahesh Das is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
5