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

Why do we use inheritance?

0 Answers  


What is the difference between an object and a class?

3 Answers  


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

0 Answers   IBM,


What is encapsulation process?

0 Answers  


What is oops with example?

0 Answers  






Does c++ support multilevel and multiple inheritance?

9 Answers   IBS, Wipro,


What is abstraction oop?

0 Answers  


Are polymorphisms mutations?

0 Answers  


What is oops?what is its use in software engineering?

0 Answers  


What are the valid types of data that the main () can return in C/C++ language

3 Answers  


I am developing a payroll system mini project.I used file concept in program for reading and writing.When the program is reloading into the memory that is if i execute next time the file was cleaned and adding data from the starting this is my problem.I want to strore the previous data and if i want to add any record that should be next of previous data.Please help me.

0 Answers  


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

0 Answers  


Categories