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 a constant? Explain with an example.
difference between macro and function?
catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;
What is the difference between a type-specific template friend class and a general template friend class?
Are vectors passed by reference c++?
Define macro.
What does scope resolution operator do?
program in c++ to input digits and print in words
Describe new operator and delete operator?
What are the basics of classifying different storage types, why?
2 Answers Astergate, Symphony,
write a program to insert an element into an array
Write bites in Turbo c++ Header ("Include") Files.