Write a ‘C’ program that will enter a line of text, store in an array

c) Write a ‘C’ program that will enter a line of text, store in an array and then display
backwards. The length of the line should be undefined, (being terminated by ENTER
key), but less than 80 characters.


Leave a Reply