What are the 3 levels of programming languages?
Answer / Abhishek Yadav
There are three main levels or abstraction layers in programming languages: Machine Language (Low-level), Assembly Language (Mid-level), and High-level Programming Languages like C++, Java, Python, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the Difference between "C structure" and "C++ structure"?
When can I use a forward declaration?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
How can I disable the "echo" feature?
an integer constant must have atleast one a) character b) digit c) decimal point
How to create a pure virtual function?
Describe exception handling concept with an example?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Specify different types of decision control statements?
Does a derived class inherit or doesn't inherit?
What are the four partitions in which c++ compiler divides the ram?
What are the basics concepts of OOPS?