daily Routine of father
No Answer is Posted For this Question
Be the First to Post Answer
How to allocate memory dynamically for a reference?
What is an orthogonal base class in c++?
Write about the scope resolution operator?
Do vectors start at 0?
What is the difference between a shallow copy and a deep copy?
please help to write the code of chess game in c++??????????
What is guard code 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 is string in c++ programming?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What is Destructor in C++?
What's the "software peter principle”?