What it is and how it might be called (2 methods).


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Explain what are mutator methods in c++?

0 Answers  


What do you understand by zombie objects in c++?

0 Answers  


What is the full form of c++?

0 Answers  


Is it possible to write a c++ template to check for a function's existence?

0 Answers  


Is set c++?

0 Answers  






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; }

1 Answers  


What is setiosflags c++?

0 Answers  


What is the difference between the functions rand(), random(), srand() and randomize()?

0 Answers  


How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?

0 Answers  


What are the basic data types used in c++?

0 Answers  


What can I use instead of namespace std?

0 Answers  


What is c++ map?

0 Answers  


Categories