Why is main function important?
No Answer is Posted For this Question
Be the First to Post Answer
Explain selection sorting?
Is c++ harder than java?
how is returning structurs from functions?Show an eg?
Where can I run c++ program?
Define private, protected and public access control.
What is #include ctype h in c++?
what Is DCS ? what i will get benefit when i did?
What do you mean by friend class & friend function in c++?
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 are inline functions?
Explain linked list using c++ with an example?
What are features of c++?