answersLogoWhite

0

Can C plus plus read binary?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

yes it can very much so read binary.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Pseudocode for subtraction of two binary numbers?

start read a read b c=a-b print c end


Example of binaray operator in c plus plus?

+ is an example, one of many, of a binary operator in C or C++ a = b + c; // for usage example


What is plus operator is it unary or binary?

There is no unary plus in C, but if there were, it would have only one operand, unlike the binary plus which has two: x = a + b; /* binary plus */ x = + b; /* unary plus -- not in C*/ x = a - b; /* unary plus */ x = - b; /* unary minus */


What is GCD in C Plus Plus?

A C++ implementation of the Binary GCD (Stern's) algorithm is shown in the Related Link below.


What are file modes in c plus plus?

I guess you mean either input/output/inout/append or binary/text.


How do you convert from assembly to binary in c plus plus?

Use inline assembly instructions. Then compile your C++ program to produce the machine code.


'How does a C plus plus code execute on a computer system' like does the computer has a library or such that can understand C plus language and translate it into binary?

By execution time, the code has already been translated into binary ("compiled"). However, the program may still rely on outside libraries (.dlls for example) that have also been pre-compiled.


Write a program of binary heap in c or c language?

to implement operations on binary heap in c


What do you mean by read only objects in c plus plus?

Objects that are not supposed to be written. Surprised?


How do you learn c plus plus language perfectly?

Read the specifications. Practice. Repeat as needed. Oh - Did I say read and practice. Humm..... :-)>


In the binary system what is 1 plus 1?

1 plus 1 = 2


When does 2 plus 2 equal 11?

In a binary system, where only the digits 0 and 1 are used, the addition of 2 (represented as 10 in binary) and 2 (also represented as 10 in binary) equals 100 in binary, which is 4 in the decimal system. Therefore, in this specific context, 2 plus 2 equals 11.