0
C++language is converted to phyton to convert to binary is it true
5 Answers
+ 3
No, this is not correct
c++ is a compiled language
it's source code is compiled into machine code
+ 2
a compiler converts source code into object code.
an interpreter does not converts src into object code once but rather do this at runtime everytime.
0
no. but interpreter is written in c.binary is nothing more than on-off electrical signal. your src is converted to bytecodes(binary codes)using an interpreter written in c.
0
what is interpriter