What is low level language in simple words?
No Answer is Posted For this Question
Be the First to Post Answer
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; }
When is dynamic checking necessary?
What is difference between c++ and c ++ 14?
What is isdigit c++?
What is the c++ code?
Differentiate between the message and method in c++?
Why was c++ created?
How can you quickly find the number of elements stored in a dynamic array?
Describe linkages and types of linkages?
How do you master coding?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
in C++ , the word plus plus who found this?