Can you pass a vector to a function?
No Answer is Posted For this Question
Be the First to Post Answer
Should I learn c or c++ or c#?
Does c++ have arraylist?
What are the two shift operators and what are their functions?
Define macro.
what is the use of void main() in C++ language?
Why do we use iterators?
What is ios 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; }
Why pointer is used in c++?
Write a C/C++ program to show the result of a stored procedure "PROC_RESET_MAIL" on database "USER_NOTIFY".
2 Answers ABC, Accenture, DataLand, HCL, Webyog,
What are the weaknesses of C++?
what are the iterator and generic algorithms.