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 |
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
What is a dynamic binding in c++?
What are stacks?
Define a pdb file.
Why would you use pointers in c++?
Why is c++ still popular?
How to detect memory leaks in c++
Can you please explain the difference between static and dynamic binding of functions?
Why do we need pointers?
How would you use qsort() function to sort an array of structures?
how is returning structurs from functions?Show an eg?
What is the benefit of c++?