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 |
What do you mean by stack program? Get me an example stack program?
Plese get me a perfect C++ program for railway/airway reservation with all details.
can we make a class static without using static keyword?
what is the technical or oop name of object?
which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.
What is debug class?what is trace class? What differences are between them? With examples.
Why u change company?
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
What is encapsulation?
What is OOPS and How it is different from Procedural Programming ?
23 Answers HP, Infosys, Thyrocare,
What is abstract class in oop?
Why do we use class?