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 is cast operator?
Precompilation ?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
A file pointer always contains the __________ of the file
i^=j; j^=i; i^=j; value of i,j
How to calculate the age from the date of birth by using the program?
Why is abstraction needed?
Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
What is byval and byref? What are differences between them?
what is the size of an empty class