What are the benefits of c++?


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

Post New Answer

More C++ General Interview Questions

What is stream and its types in c++?

0 Answers  


Write bites in Turbo c++ Header ("Include") Files.

0 Answers  


How the delete operator differs from the delete[]operator?

0 Answers  


What is the difference between prefix and postfix versions of operator++()?

0 Answers  


What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor

0 Answers  






Can I learn c++ without learning c?

0 Answers  


What kind of jobs can I get with c++?

0 Answers  


Write a program to add three numbers in C++ utilizing classes.

0 Answers   TCS,


What is time_t 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 bubble sort c++?

0 Answers  


What do you mean by inheritance in c++? Explain its types.

0 Answers  


Categories