what is the main difference between c and c++?
Answers were Sorted based on User's Feedback
Answer / ranjith
C is a single alphabet and the c++ is the alphabet with
++..........
| Is This Answer Correct ? | 27 Yes | 118 No |
Answer / satyajith srinivas
IN c-programe the main function could not return a value
but in the c++ the main function shuld return a value
| Is This Answer Correct ? | 887 Yes | 1178 No |
Answer / uma shankar
C comes after A,B
and c++ comes after adding ++ in C
| Is This Answer Correct ? | 226 Yes | 611 No |
What type of Job you are providing?
What is a class oop?
why the argument is passed by reference to a copy constructor?example?
what type of questions
What is polymorphism in oops with example?
What is the difference between class and object?
What is public, protected, private?
What is multidimensional array?
What's the full form of STL?
What is destructor give example?
Explain virtual inheritance?
What is abstraction encapsulation?