Is string data type in c++?
No Answer is Posted For this Question
Be the First to Post Answer
List the merits and demerits of declaring a nested class in C++?
What is an iterator?
They will ask u question about single linked list?. Write Code for to insert delete node.
Can a program run without main function?
Is structure can be inherited?
What are the effects after calling the delete this operator ?
Do we have private destructors?
Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.
What is array in c++ example?
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
Can I create my own functions in c++?
Define precondition and post-condition to a member function?