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
explain sub-type and sub class? atleast u have differ it into 4 points?
What is the renewal class?
What is the difference between encapsulation and polymorphism?
Why do while loop is used?
Write a c++ program to display pass and fail for three student using static member function
Which is better struts or spring?
What is the difference between abstraction and polymorphism?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
How to call a non virtual function in the derived class by using base class pointer
c++ program to swap the objects of two different classes
Which method cannot be overridden?
what is the sylabus for priliminaries?
What is meant by oops concept?
What do you mean by overloading?
Why is abstraction used?