Toggle navigation
HUSTOJ
F.A.Qs
Web Board
ProblemSet
Source/Category
Status
Ranklist
Contest
Recent
Login
Problem1518--C Programming Practicals 1 C Basics
1518: C Programming Practicals 1 C Basics
Time Limit:
1 Sec
Memory Limit:
128 MB
Submit:
898
Solved:
272
[
Submit
] [
Status
] [
Web Board
] [Creator:
]
Description
Write a C program to ask user input three characters and print the characters in a reverse way.
Input
Please enter three characters 12a
Output
The reverse of 12a is a21
Sample Input
Copy
abc
Sample Output
Copy
The reverse of abc is cba
Source/Category
98