DEV Community

mathpurpose
mathpurpose

Posted on

C-Basics: Ex4

Write a C program to print the following characters in a reverse way.
Test Characters: 'X', 'M', 'L'
Expected Output:
The reverse of XML is LMX

Top comments (0)