Answer Posted / thana_8889
c has no object but c++ has object
c topdown approach c++ bottom up approach
c cannot be overloading c++ we can do
c is the subset of c++
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Which bit wise operator is suitable for putting on a particular bit in a number?
How can we check whether the contents of two structure variables are same or not?
what are the events occur in intr activated on interrupt vector table
Can you Mention some Application of C/C++?
Define the operators that can be used with a pointer.
What is function declaration in c++ with example?
Which operations are permitted on pointers?
What is the difference between a reference and a pointer?
Can manipulators fall in love?
What is the difference between #define debug 0 and #undef debug?
What is decltype c++?
What is the standard template library (stl)?
Explain the differences between private, public and protected and give examples.
Can we use this pointer in a class specific, operator-overloading function for new operator?
Can we define function inside main in c++?