what is the main difference between c and c++?
Answer Posted / chandan seta
In c we use #include<stdio.h> but in c++ we use
#include<iostream.h>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which language is not a true object oriented programming language?
What are objects in oop?
Why do we use inheritance?
What does and I oop and sksksk mean?
What is a class in oop?
How to call a non virtual function in the derived class by using base class pointer
Why do we need oop?
Why is destructor used?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
what is difference between class template and template class?
Why is polymorphism needed?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is polymorphism and its types?
What are the advantages of polymorphism?
program for insertion ,deletion,sorting in double link list