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 is virtual function?
what is inline function?
inheritence with example
why to use template classes in c++?
What is oops concept with example?
What is persistence in oop?
What is the use of fflush(stdin) in c++?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
why the memory allocated with new cant be freed using free()
What is basic concept of oop?
what are the uses of C++
when my application exe is running nad i don't want to create another exe what should i do