How can you say that a template is better than a base class?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to interchange 2 variables without using the third one.
What are static variables?
What is prototype for that c string function?
what is meaning of isa and hsa
Explain virtual functions in C++.
How is objective c different from c++?
Is c++ map a hash table?
What are the five basic elements of a c++ program?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Explain about vectors in c ++?
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
Define the process of error-handling in case of constructor failure?