Why do we learn c++?
No Answer is Posted For this Question
Be the First to Post Answer
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
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; }
What is a hashmap c++?
Who was the creator of c++?
What are proxy objects in c++?
Refer to a name of class or function that is defined within a namespace?
Is there a sort function in c++?
Write about the use of the virtual destructor?
Name the operators that cannot be overloaded in C++?
Explain method of creating object in C++ ?
What are the benefits of operator overloading?
what is the basic concept of c++(object oriented programing)