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
How is static data member similar to a global variable?
How to declare a pointer to an array of integers?
What is c++ array?
What are the differences between malloc() and calloc()?
Why is the function main() special?
What is runtime errors c++?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
Describe new operator?
Explain the difference between c++ and java.
Define Virtual function in C++.
What is the exit function in c++?
What is scope in c++ with example?
Can we overload operator in c++?
Can a constructor return a value?
What does int * mean in c++?