what is the main difference between c and c++?
Answer Posted / bindu kango
c is a middle label language,while c++is a high label
language.c can't support all the function of c++ where as
c++ support all the function of c.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is cohesion in oop?
program for insertion ,deletion,sorting in double link list
why reinterpret cast is considered dangerous?
What is purpose of inheritance?
What is multilevel inheritance in oop?
Is data hiding and abstraction same?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is interface in oop?
What are different oops concepts?
What is a class in oop?
How can you overcome the diamond problem in inheritance?
How is class defined?
How is polymorphism achieved?
What is inheritance and how many types of inheritance?
What is abstraction with example?