+ 3
What is the fundamental language of Computer ?
The languages we are learning like Java, C,C++ ,etc just makes the O/s understand what we want to execute but O/S is also written in some language which in turn ............. So which is the 1st language which form the basics of all.
3 Réponses
+ 9
Machine language is the basis of all languages. It works with binary numbers i.e 0 and 1
+ 22
First of all - Assembler. It's the most nearest to the machine code.
+ 2
The lowest level is assembly language with the extension asm. CPP and c are translated into assembly language on compilation.