why c++ is a highlevel language
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Write a program in c++ to read two floating point numbers and find their sum and average.
What is the difference between class and structure?
why c++ is called OOPS? waht is inherutance? what is compiler?
what is the difference between class and structure in C++?
Write a program to sort the number with different sorts in one program ??
who is the founder of c++?
What is meant by oops concept?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
When will a constructor executed?
how does a main() in C++ is different from main() in C?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
oops concept is used for?