Explain about templates of C++.
No Answer is Posted For this Question
Be the First to Post Answer
What is & in c++ function?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
What does count ++ do in c++?
Is there any problem with the following: char *a=NULL; char& p = *a;?
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?
What happens when the extern "c" char func (char*,waste) executes?
Explain virtual functions in C++.
What is virtual constructor paradigm?
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 dynamic type checking?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
Differentiate between the message and method?