Explain what you mean by a pointer.
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to interchange 2 variables without using the third one.
Define the operators that can be used with a pointer.
In c++, what is the difference between method overloading and method overriding?
Why do we use the using declaration?
What happens if an exception is throws from an object's constructor and from object's destructor?
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)
what is object?
What is nested class in c++?
What is the purpose of ios::basefield in the following statement?
What is c strings syntax?
What is the use of turbo c++?
What is optimization in c++? when using volatile.optimization is not possible..what does this mean?