why c++ is a highlevel language
Answer Posted / siva
C++ programs are compiled by using compiler
Compiler converts high lever programs into low level.
There are two parts in compiler
High level -> assembly
Assembly -> machine level
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is constructor in oop?
Is abstract thinking intelligence?
What does and I oop and sksksk mean?
What is the benefit of oop?
Are polymorphisms mutations?
Why multiple inheritance is not possible?
What is basic concept of oop?
What is the difference between a mixin and inheritance?
What are the benefits of oop?
Can an interface inherit a class?
Give two or more real cenario of virtual function and vertual object
write a programe to calculate the simple intrest and compund intrest using by function overlading
Why is oop better than procedural?
What is use of overloading?
How can you overcome the diamond problem in inheritance?