Write a c program take a input and print each digit in a new line.
Answers
Answered by
1
Answer:
Examples of print Statements
Each print statement makes at least one line of output. However, it isn't limited to only one line. If an item value is a string that contains a newline, the newline is output along with the rest of the string. A single print statement can make any number of lines this way.
Similar questions