what is the main difference between c and c++?
Answer Posted / nishit patel
C is structure programming language and c++ is object oriented programming langauge ;
c is middle level language and c++ is high level language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between static polymorphism and dynamic polymorphism?
What is the purpose of enum?
What is basic concept of oop?
How can you overcome the diamond problem in inheritance?
What are the types of abstraction?
any one please tell me the purpose of operator overloading
What is the problem with multiple inheritance?
What is polymorphism in oops with example?
What is encapsulation in simple terms?
Where is pseudocode used?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Can destructor be overloaded? What are the features of oop? What is the difference between procedural programming and oops? Can a varargs method be overloaded?