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
which feature are not hold visual basic of oop?
Get me an image implementation program.
#include
What is overriding in oops?
What is overloading and its types?
What is the real life example of polymorphism?
what is the sylabus for priliminaries?
Write a c++ program to display pass and fail for three student using static member function
How do you define a class in oop?
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 do you mean by abstraction?
What is destructor oops?
What is destructor give example?
What is inheritance write a program to show use of inheritance?
What is the purpose of enum?