What is the use of 'using' declaration in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is extern c++?
Can member data be public?
What is long in c++?
What does flush do?
What is an incomplete type?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
If I is an integer variable, which is faster ++i or i++?
What is null c++?
What is bubble sort c++?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?
What does scope resolution operator do?
When you overload member functions, in what ways must they differ?