Question: This is in C, not C++. Write a program that takes an integer as input and prints out the digits of the integer separated by
This is in C, not C++.

Write a program that takes an integer as input and prints out the digits of the integer separated by spaces. Below is a sample output. Enter an integer: 1045 Output: 1 0 4 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
