- 2
Is c++ also programmed to program?
1 Odpowiedź
+ 5
yes.
the code we write is simple text & as we know computers can only understand machine codes at its core so we need to convert text files (code we write) into machine codes for that usually we either compile or interpret the code. & this complier & interpreter is also written in a lower level language like asm & this is turn was also made using a lower level lang than that.