How would you obtain segment and offset addresses from a far address of a memory location?
No Answer is Posted For this Question
Be the First to Post Answer
What is the cout in c++?
Differentiate between a constructor and a destructor in c++.
Differentiate between the message and method?
What's c++ used for?
Explain rtti.
In a function declaration what does extern means?
Is c++ high level programming language?
What are manipulators in c++ with example?
what is the order of initialization for data?
10 Answers Amazon, TCS, Wipro,
What is meaning of in c++?
Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
What are proxy objects?