Explain function overloading and operator overloading.
write a porgram in c++ that reads an integer and print the biggest digit in the number
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,
What are the effects after calling the delete this operator ?
What is a binary file? List the merits and demerits of the binary file usagein C++.
When you overload member functions, in what ways must they differ?
What's c++ used for?
Can we generate a C++ source code from the binary file?
Why iomanip is used in c++?
How can we access protected and private members of a class?
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
What is a rooted hierarchy?
Explain the purpose of the keyword volatile.