namespace is working on which compiler?
Answers were Sorted based on User's Feedback
Answer / arvind
Namespace std: All the C++ files standard library declare all of its entities with in standard name spaces.
I worked with g++ complier. It even work with vc++ compilers.I don't about turbo c++.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / poonam
The above answer is true. Namespace works with g++ and vc++
compilers. These are newly created standard library files of
c++. But the namespace doesn't work for turbo c++.
Actually 'namespace std' creates a kind of space for
standard library files to be stored in it. The earlier
extension of '.h' or header files is now not used in c++.
| Is This Answer Correct ? | 1 Yes | 0 No |
how to write a java program for an output ****0 ***01 **012 *0123 01234
IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?
What is the difference between const int *ptr and int const *ptr???
Write a program to sort the number with different sorts in one program ??
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.
Why do pointers exist?
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
What is multiple inheritance? Give Example
why c++ is called OOPS? waht is inherutance? what is compiler?
What are objects in oop?
What is destructor example?
What is overloading in oops?