Question: USING C LANGUAGE USE stdio.h only DO NOT USE GLOBAL VARIABLES DO NOT USE ARRAYS, STRUCTS OR UNIONS USE LOOP STATEMENTS DO NOT USE break
USING C LANGUAGE
USE stdio.h only DO NOT USE GLOBAL VARIABLES DO NOT USE ARRAYS, STRUCTS OR UNIONS USE LOOP STATEMENTS DO NOT USE break in non-switch statements USE int and float only

C. Code this. Write a program that will draw the digit histogram of a given number while the number is positive. Sample Run: Number: 2382 2 ** 8 ******** 3 ***** 2 ** Number: 8000 O O O 00 ******** Number: 9015 5 ***** 0 1 * 9 ********* Number: 0 Thank you
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
