why c++ is a highlevel language

Answers were Sorted based on User's Feedback



why c++ is a highlevel language..

Answer / vivek kumar kanojia

C++ is the high level language because
1.It uses OOP
2.syntax and semantics are easy to understand
3.It is used to solve real world problems

Is This Answer Correct ?    9 Yes 2 No

why c++ is a highlevel language..

Answer / 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

why c++ is a highlevel language..

Answer / juzer

c or c++ is a middle-level language. This is because
it combines the best elements of high-level languages with
the control and flexibility of assembly language.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is multilevel inheritance?

0 Answers  


How to deploy web appliction in web logic ?

1 Answers   Unisys,


What is the example of polymorphism?

0 Answers  


In c++ there is only virtual destructors, no constructors. Why?

4 Answers   IBM, Polaris,


What is abstraction in oops with example?

0 Answers  






what is the main difference between sizeof() operator in c and c++

3 Answers  


explain dynamic binding by drowing

2 Answers   Cognizant,


what is the use of classes in c++;

2 Answers   HCL,


How to overload postfix operator in c++

1 Answers   Mphasis,


What is the difference between Home and $Home?

2 Answers   TCS,


What is encapsulation c#?

0 Answers  


Can we define a class within the interface?

0 Answers  


Categories