Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a render kit?

67


What design patterns have you used in actionscript and java? : adobe flex action script

3


What is meant by tomcat server?

423


What is linux and how do you use it?

438


New html element?

448






what a quetion in interview hotel????

2182


Can recursive program be written in C++?

623


What is meant by inverter?

576


What market would you start targeting? : insurance cold calling

346


Explain reverse a linked list recursive java solution?

516


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 //INCLUDE EVERY KNOWN HEADER FILE #include //FOR ANY CASE... #include #include #include main() { int far *ptr; //FAR POINTER!!! long address; char key=0; //A KEY FROM THE KEYBOARD int temp=0; clrscr(); cout<<"Enter Address:"; cin>>hex>>address; //GETS THE ADDRESS clrscr(); (long)ptr=address; temp=*ptr; //PUTS THE ADDRESS IN THE PTR cout<<"["<

1805


What is purpose of xml?

461


What are wildcards in blue prism?

100


What is sterilization and disinfection?

650


Explain how to get records from a database?

645