write a corrected statement in c++ so that the statement
will work properly. x = y = z + 3a;
What is a custom exception?
How long will it take to learn programming?
What is a template in c++?
Define the process of error-handling in case of constructor failure?
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; }
please help to write the code of chess game in c++??????????
Can we declare destructor as static? Explain?
What are member functions used in c++?
What is the difference between method overloading and method overriding in c++?
How are Structure passing and returning implemented by the compiler?
Which one between if-else and switch is more efficient?
What is the Difference between "printf" and "sprintf"?
7 Answers iSoft, PentaWare, TCS,