56. Write a program in C that takes as input a 4-digit octal number and prints the...
Question:
56. Write a program in C that takes as input a 4-digit octal number and prints the next 10 octal numbers. Define an octal number as int octNum[4];
Use octNum[0] to store the most significant (i.e., leftmost) octal digit and octNum[3] to store the least significant octal digit. Test your program with interactive input.
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Question Posted: