what is the main difference between c and c++?
Answer Posted / v.santhoshini
*c does not supports function overloading.c++does supports
function overloading.
*Now c,name space is not available.c++,namespace is
available.
*c does not uses reference variable.c++ uses reference
variables.
*c is more time complexity.c++ is less time complexity.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write a program to sort the number with different sorts in one program ??
what is different between oops and c++
can we make game by using c
Why is oop useful?
Can a destructor be called directly?
Can we create object of interface?
What does and I oop and sksksk mean?
which feature are not hold visual basic of oop?
How long to learn object oriented programming?
#include
What is abstraction example?
what type of question are asked in thoughtworks pair programming round ?
What is methods in oop?
What is interface? When and where is it used?
Can enum be null?