

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
covert decimal to octal exercise
Typology: Exercises
1 / 2
This page cannot be seen from the preview
Don't miss anything!


// C++ program to convert a decimal // number to octal number #include
cout << octalNum[j]; } // Driver program to test above function int main() { int n = 33; decToOctal(n); return 0; }