Computer Science, asked by saiyeduveshuddin, 11 months ago

We need to write the C++ code using binary numbers.
( True / False )​

Answers

Answered by anmol1248
1

Answer:

false

Explanation:

because we can't write binary language

Answered by marishthangaraj
0

False, we need not write the C++ Code using the binary numbers.

Explanation:

  • C++ programming language is the widely used language for coding.
  • It is developed by Bjarne Stroustrup.
  • Using this programming language we can write codes in English that the humans know.
  • In programming this English is called natural language
  • This Natural language is converted into binary code internally which the compilers understand and runs the code.
  • Again after processing is done it is converted back into natural language for the easy understanding of the user.
  • Thus we need not write the C++ code in binary numbers

Learn more about C++:

Write a program in C/C++ to calculate and prints the product , quotient and the remainder of two integers.830 and 15.

https://brainly.in/question/1762969

What is the binary code​

https://brainly.in/question/10673866

Similar questions