What are the differences between java and c++?
No Answer is Posted For this Question
Be the First to Post Answer
What kind of problems can be solved by a namespace?
What is the v-ptr?
Write about the use of the virtual destructor?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
What is lazy initialization in c++?
Can union be self referenced?
What are the benefits of pointers?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is functions syntax in c++?
How new/delete differs from malloc()/free?
How the compilers arranges the various sections in the executable image?