Question: In C implement a recursive and an iterative version of a function which reads characters from stdin until a newline character is read and then

In C implement a recursive and an iterative version of a function which reads characters from stdin until a newline character is read and then prints them on stdout in reverse order. Hint: use getcharO, putchar (or getc), putc). For the iterative version you may assume a fixed max length of the input. Also explain all code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
