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 |
Are there any special rules about inlining?
Does std endl flush?
What is the difference between a pointer and a link in c ++?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What do you mean by const correctness?
Which is the best c++ compiler?
write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement
What is time h in c++?
How long does it take to get good at leetcode?
What is exception handling? Does c++ support exception handling?
Explain the difference between static and dynamic binding of functions?
how to connect with oracle 9i with server in socket program in c/c++