difference between c and c++?
Answer Posted / by; rapchik
the main and major and important differnce of c and c++ is
spelling 'mistake' nothing else c is of one charactor where
as c++ is of 3 charactors.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by enumerated data type?
What is a base class?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What is c++ w3school?
Explain how functions are classified in C++ ?
Which operator cannot overload?
Show the declaration for a pointer to function returning long and taking an integer parameter.
Can we change the basic meaning of an operator in c++?
Difference between overloaded functions and overridden functions
What is the best c++ book for beginners?
Comment on assignment operator in c++.
How do I get good at c++ programming?
Explain all the C++ concepts using examples.
What are the types of pointer?
What is protected inheritance?