Activity 27.5.
Let’s move the printing of our number into a function. The function should work for arbitrarily long numbers, not just for our 3-digit number. Please write a function
printNumber()
to which you pass a pointer to the first digit of your number and which prints all of the digits of the number to the screen. The function does not need to return anything.When you are done, please paste your code into the code submission box below: