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

Name an advantage of array over linked list?

24 Answers   GML, IBM, Software Solutions,


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1 Answers  


why we call c++ is object oriented lanaguage

7 Answers   HCL,


pointers are support in C#? if yes then how to use it?

8 Answers   Softvision Solution,


What is R T T I ?

6 Answers   Ness Technologies,






what is the difference between class to class type conversion and copy constructor ?

2 Answers  


What is the difference between the c++ & java?

2 Answers  


What is the main feature of oop?

0 Answers  


wht is major diff b/w c and c++?

10 Answers  


what is meant by files?

4 Answers   Infosys,


what is a class

6 Answers  


I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?

3 Answers  


Categories