Answer Posted / sharad
c is structured programming language, but c++ is object
oriented language.c support the local variable but c++
support the global variable through (sro).in c change the
constant value through pointer but not in c++. in c declare
the method before executable statement but in c++ declare
any where.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is c++ in english?
If you don’t declare a return value, what type of return value is assumed?
What is this weird colon-member (" : ") syntax in the constructor?
What size is allocated to the union variable?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What is decltype c++?
Is c++ high level programming language?
State two differences between C and C++.
Can malloc be used in c++?
Explain what you mean by a pointer.
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What is #include sstream?
What is the difference between object-oriented programming and procedural programming?
How to allocate memory dynamically for a reference?
Explain object slicing in c++?