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 |
can you give the dynamic polymorphism types?
oops concept is used for?
how to find no of instances of an object in .NET?
difference between static and non-static variables?
In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
Have you ever interfaced with a database?
what is the difference between virtual function and destoctor?
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
the difference between new and malloc
sir i want to know which posting to apply since i am BE CSE.. also want to know what are the rounds there for my interview...Expecting for ur valuable answer....
What is the Advantage of Interface over the Inheritance in OOPS?
What exactly is polymorphism?