C ProgrammingTU Board 2022
Write a program to read a string and copy it to another string in reverse format. Finally display the original string and the reversed string, without using string handling function.
5A worked answer is on its wayMeanwhile, read the C Programming notes for this topic.
Discussion
Loading…