Answer Posted / beena
A using declaration makes it possible to use a name from a namespace without the scope operator.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define pre-condition and post-condition to a member function in c++?
Can comments be nested?
State the difference between delete and delete[].
How does c++ structure differ from c++ class?
What is vector pair in c++?
What are mutator methods in c++?
What are multiple inheritances (virtual inheritance)?
How are virtual functions implemented in c++?
Explain stack & heap objects?
What are the two types of comments, and how do they differ?
What is atoi in c++?
What is buffering in c++?
What are the extraction and insertion operators in c++?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
Is c++ slower than c?