Why do we use the using declaration?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program

1 Answers  


What is the type of this pointer in c++?

0 Answers  


Find the second maximum in an array?

12 Answers   HCL,


Which is the best c++ compiler for beginners?

0 Answers  


Can member functions be private?

0 Answers  






What is the average salary of a c++ programmer?

0 Answers  


1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


Are php strings immutable?

0 Answers  


Which ide is best for c++?

0 Answers  


What happens when a function throws an exception that was not specified by an exception specification for this function?

1 Answers  


What is static function and static class?

4 Answers   HCL,


What is pointer with example?

0 Answers  


Categories