Question: C Program to Separate Digits of a Number using only pointers variables. Write a program that inputs one four-digit number, separates the number into its
C Program to Separate Digits of a Number using only pointers variables.
Write a program that inputs one four-digit number, separates the number into its individual digits and prints the digits separated from one another by lines.
For example, if the user types in 7542, the program should print
7
5
4
2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
