What is std namespace in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Do vectors start at 0?
How to give an alternate name to a namespace?
Can you pass an array to a 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; }
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
Which software is used to run c++ program?
Write is a binary search tree? Write an algo and tell complexity?
Why is c++ still popular?
Which is the best c++ compiler for beginners?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
When you overload member functions, in what ways must they differ?
Why do we need constructors in c++?