Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Why c++ is better than c language?


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

Post New Answer

More C++ General Interview Questions

Can we get the value of ios format flags?

0 Answers  


What is the use of setprecision in c++?

0 Answers  


Implement strncpy

3 Answers  


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

0 Answers  


Can you pass an array to a function in c++?

0 Answers  


What are raw sockets, where they are efficient?

2 Answers   Symphony,


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  


How to access a variable of the structure?

0 Answers  


What is recursion?

6 Answers  


How did c++ get its name?

0 Answers  


What's the best free c++ profiler for windows?

0 Answers  


Explain calling an object's member function(declared virtual)from its constructor?

1 Answers  


Categories