How can I disable the "echo" feature?
How many types of modularization are there in c++?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
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 is jump statement in C++?
How compile and run c++ program in turbo c++?
What is an adjust field format flag?
What gives the current position of the put pointer?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
What is setw manipulator in c++?
What is iterator c++?
Is map thread safe c++?
Can create new c++ operators?