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 bubble sort c++?
What is difference between rand () and srand ()?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
How can you create a virtual copy constructor?
What is setw manipulator in c++?
How can you link a c++ program to c functions?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Explain virtual destructor?
What is the difference between structures and unions?
What is searching? Explain linear and binary search.
What are the advantages of using friend classes?
What is c++ prototype?
What are the four main data types?
How do you invoke a base member function from a derived class in which you have not overridden that function?
What is a class template?