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
Differentiate between a template class and class template in c++?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What is the importance of mutable keyword?
What is the difference between ++ count and count ++?
Explain how an exception handler is defined and invoked in a Program.
To which numbering system can the binary number 1101100100111100 be easily converted to?
What should main() return in c and c++?
Difference between overloading vs. Overriding
Explain linked list using c++ with an example?
Differentiate between a pointer and a reference with respect to c++.
Should the member functions which are made public in the base class be hidden?
Name four predefined macros.
What is virtual destructor ans explain its use?
What are the data types in c++?
How can a called function determine the number of arguments that have been passed to it?