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 |
What is ambiguity in c++
oops concept is used for?
Can we create object of abstract class?
how to find the correct email address format by using the programe?
Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.
how do u initialize the constant variables
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Why and when is a virtual destructor needed?
what is the use of template classes in c++
difference between overloading and overridding
what is the difference between class and structure in C++?