How would you obtain segment and offset addresses from a far address of a memory location?
In c++, what is the difference between method overloading and method overriding?
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.
What are the strengths of C++?
What do you mean by stack unwinding in c++?
What are templates? where we should use it?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
What are the benefits of oop in c++?
Why are pointers not used in c++?
What are the two types of polymorphism?
What is bubble sort c++?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
Explain the extern storage classes in c++.