Explain what is polymorphism in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How the compilers arranges the various sections in the executable image?
Write a program using display() function which takes two arguments.
string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring
What is the Difference between "printf" and "sprintf"?
7 Answers iSoft, PentaWare, TCS,
Keyword mean in declaration?
State two differences between C and C++.
What happens when you make call 'delete this;'?
What are references in c++? What is a local reference?
What is abstraction in c++ with example?
Can I learn c++ without knowing c?
Differentiate between realloc() and free().
What is a .h file c++?