Explain how an exception handler is defined and invoked in a Program.
No Answer is Posted For this Question
Be the First to Post Answer
Explain Text Manipulation Routines?
What is the use of object in c++?
What is the difference between prefix and postfix versions of operator++()?
What do manipulators do?
this is to swap to strings....but in output the whole strings are swapped leaving first as it is...why it is so #include<iostream.h> int main() { char a[]="ajeet"; char b[]="singh"; long x=*a; long y=*b; cout<<x<<":"<<y; x=x+y; y=x-y; x=x-y; *a=x; *b=y; cout<<x<<":"<<y; cout<<&a<<endl; cout<<&b<<endl; }
Explain deep copy and a shallow copy?
Is c++ still in demand?
When do we use copy constructors?
sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there is a error occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp format.please tell me what i do now?
Can c++ do everything c can?
What is Virtual Inheritance?
What is a class template?