What is the following C Program doing? June 6, 2022 by admin ✪ Choose the correct option. What is the following C Program doing? void main () { char line [80]; gets (line); puts (line); }A. prints horizontal straight lines on screensB. prints 80 vertical lines on screenC. reads in a line of 80 charactersD. reads and prints lines composed of characters Submit Answer