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

1.explicit call for destructor 2.calling function inside a constructor. 3.base *b-new derived delete b; 4.delete p what it will delete. 5.size of base class and derived class int i,in base class and int j in derived. 6.int i-20 int main() { int i =5; printf("%d".::i); { int i =10; printf("%d".::i); } } 7.object slicing 8.new 9.function overloading(return type). 10.class base() { virtuval fun() { ----- } } class derivied:public base() { fun() { ----- } } int main() { derived d; } 11.how static function will call in C++? 12.default structures are in C++? 13.constructors should be in public . 14.virtuval constructor not exist. 15.multilevel inhritence. destructor order.

1 Answers   Tech Mahindra,


why oops need in programming

7 Answers   TCS,


Is enum a class?

0 Answers  


What is abstract class in oops?

0 Answers  


Child cObj = new Parent() Wahts the output ?

8 Answers   Patni, TCS,






why function overloading is not called as pure polymorphism?

2 Answers  


What are generic functions and generic classes?

5 Answers  


Write a program to find out the number of palindromes in a sentence.

1 Answers   TCS,


WAP to generate 2n+1 lines of the following pattern on the computer screen:

2 Answers  


What is stream in oop?

0 Answers  


write a programe to calculate the simple intrest and compund intrest using by function overlading

0 Answers  


What are the two different types of polymorphism?

0 Answers  


Categories