Write a code for the implementation of a module pattern.
How will you convince a prospect who has knowledge of a better product than what you have to offer?
Explain the difference between join specification and join definition?
What is the difference between pop and imap?
what happen if drive input fail momentry at 48.5 HZ frequency?
Tell me what are the status available in peoplesoft domain status menu?
How do you bound inbound and outbound plugs in window?
What was its origin ?
If you want to output the results to the log file .. How to do?
What is the return codes 0307 and 0326?
How we load the page in ASP?
Tell me can selenium handle windows based pop-up?
Under what condition a convergent divergent nozzle required ?
Is drupal a cms?
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