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 |
write a program that takes input in digits and display the result in words from 1 to 1000
why we call c++ is object oriented lanaguage
what is function overloading..?
what is overloading
What is oops in programming?
Is react oop?
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
Can enum be null?
difference between static and non-static variables?
What is data binding in oops?
Why do we use class in oops?
what is ns string? what is ns array?