Example: I will ask the user to enter a word. Say, he entered, 'Beautiful' The outcome will be: 'lufituaeB'
2006-08-07
00:35:45
·
3 answers
·
asked by
sublime
3
in
Computers & Internet
➔ Programming & Design
***NOTE: strrev is not allowed.
2006-08-07
00:52:50 ·
update #1
We are supposed to use arrays. Just that, I think.
2006-08-07
01:00:50 ·
update #2
***Instructions: Write a program that accepts (3) strings from the user. Create a function that reverses the string. Do not use the strrev function found in string.h
2006-08-07
01:04:29 ·
update #3
***Instructions: Write a program that accepts (3) strings from the user. Create a function that reverses the string. Do not use the strrev function found in string.h
2006-08-07
01:04:33 ·
update #4