namespace is working on which compiler?

Answers were Sorted based on User's Feedback



namespace is working on which compiler?..

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

namespace is working on which compiler?..

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

namespace is working on which compiler?..

Answer / jgdlgdsgj;

gfghssjjkdzc iiiiiiiiiiiiiiiiii

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is class and object with example?

0 Answers  


How do you explain polymorphism?

0 Answers  


Can we create object of class with private constructor?

5 Answers  


What is difference between new and malloc?

7 Answers   emc2,


tell about copy constructor

3 Answers   Siemens,






what is the difference between function template and template of function?explain with example.

2 Answers  


What is the use of fflush(stdin) in c++?

4 Answers   HCL,


What is an object?

14 Answers   HCL,


Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?

4 Answers   EA Electronic Arts,


Why is polymorphism needed?

0 Answers  


when to use 'mutable' keyword and when to use 'const cast' in c++

0 Answers   TCS,


Can a varargs method be overloaded?

0 Answers  


Categories