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 using Single and Multiple Inheritance.
Can enum be null?
What are functions in oop?
Which is the parameter that is added to every non-static member function when it is called?
Program to open a file with First argument
what is new operator in c++
Is this job good for future? can do this job post grduate student?
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.
What is abstraction in oops with example?
What is polymorphism? Explain with an example.
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
What is destructor give example?