What is the use of ‘using’ declaration?



What is the use of ‘using’ declaration?..

Answer / 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

More C++ General Interview Questions

What is the difference between #import and #include?

0 Answers  


What about Virtual Destructor?

1 Answers   Virtusa,


Write a program to find the Fibonacci series recursively.

0 Answers   Huawei,


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

0 Answers  


What compiler was used?

6 Answers   Intel,


What are different types of polymorphism supported by C++

2 Answers   CA, GameLoft,


If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?

2 Answers   Persistent,


How many ways are there to initialize an int with a constant?

1 Answers  


What is ios class in c++?

0 Answers  


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

0 Answers  


How a pointer differs from a reference?

0 Answers  


When there is a global variable and local variable with the same name, how will you access the global variable?

0 Answers  


Categories