222k views
2 votes
Besides the decimal number system that is most common (base 10), two other number systems that can be used in c++ programs are ________.

User Cvanbeek
by
4.9k points

1 Answer

4 votes

Answer:

Binary number system

ASCII number system

Step-by-step explanation:

C++ uses binary number system to define machine level language of the code written in high level languages and ASCII system to define the characters on key board for background low level coding an thus each character on the keyboard has a number associated with it to define it uniquely.

User Ishan Patel
by
5.9k points