IT232 C Programming

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.

5
A worked answer is on its wayMeanwhile, read the C Programming notes for this topic.

Discussion

Loading…

More C Programming questions

All C Programming old questions