STL (140)
OOPS (873)
C++ General (2409)
What are the storage qualifiers?
how can i access a direct (absolute, not the offset) memory
address?
here is what i tried:
wrote a program that ask's for an address from the user,
creates a FAR pointer to that adress and shows it. then the
user can increment/decrement the value in that address by
pressing p(inc+) and m(dec-).
NOW, i compiled that program and opened it twice (in 2
different windows) and gave twice the same address to it.
now look what happen - if i change the value in
one "window" of the program, it DOES NOT change in the
other! even if they point to the same address in the memory!
here is the code snippet:
//------------------------------------------------------
#include In a function declaration what does extern means? Will the following program execute? Is c++ the most powerful language? How can you quickly find the number of elements stored in a static array? Why do we use iterators? What are the three main types of variables? What is a storage class used in c++? Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL Explain about Virtual Function in C++? Which bitwise operator is used to check whether a particular bit is on or off? Is dev c++ free? How can you differentiate between inheritance and implementation in c++? Explain what is polymorphism in c++?