What is c++ stringstream?


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

Post New Answer

More C++ General Interview Questions

CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?

1 Answers  


Should I learn c or c++ first?

0 Answers  


Write a program using display() function which takes two arguments.

0 Answers  


What is array give example?

0 Answers  


Explain pass by value and pass by reference.

0 Answers  






When do we run a shell in the unix system? How will you tell which shell you are running?

0 Answers  


What is a container class?

0 Answers  


Can comments be nested?

0 Answers  


State the difference between pre and post increment/decrement operations.

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 c++ namespace?

0 Answers  


Evaluate !(1&&1||1&&0) a) Error b) False c) True

0 Answers  


Categories