Computer Science, asked by venkataniveditha1997, 10 months ago

Write a c program take a input and print each digit in a new line. ​

Answers

Answered by preetygirl97
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