What is the difference between a baller and a reference in C++?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the uses of static class data?
What is a smart pointer?
program in c++ to input digits and print in words
What is OOPs
What are guid? Why does com need guids?
What are the advantages of using const reference arguments in a function?
How to implement is-a and has-a class relationships?
Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator
2 Answers HCL, Lehman Brothers, Zoomerang,
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
What is a conversion constructor?
Why would you make a destructor virtual?
wap to accept 10 numbers & display the number of odd and even numbers??