What is a class template?
No Answer is Posted For this Question
Be the First to Post Answer
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What is the output of the following program? Why?
How the endl and setw manipulator works?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Is c++ map a hash table?
You want to link a c++ program to c functions. How would you do it?
What is namespace std; and what is consists of?
How to write Multithreaded applications using C++?
2 Answers Honeywell, TCS, Wipro,
Write a Program for find and replace a character in a string.
What is the best c++ compiler?
What are the stages in the development cycle?
What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same