What are the 3 levels of programming languages?



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

Post New Answer

More C++ General Interview Questions

What is the Difference between "C structure" and "C++ structure"?

12 Answers  


When can I use a forward declaration?

1 Answers  


Explain 'this' pointer and what would happen if a pointer is deleted twice?

1 Answers   Genpact,


How can I disable the "echo" feature?

1 Answers  


an integer constant must have atleast one a) character b) digit c) decimal point

1 Answers  


How to create a pure virtual function?

1 Answers  


Describe exception handling concept with an example?

1 Answers  


What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0

1 Answers  


Specify different types of decision control statements?

1 Answers  


Does a derived class inherit or doesn't inherit?

1 Answers  


What are the four partitions in which c++ compiler divides the ram?

1 Answers  


What are the basics concepts of OOPS?

1 Answers  


Categories