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 the difference between list and crosstab?

5


When should you not use Cassandra? OR When to use RDBMS instead of Cassandra?

88


Explain the purpose of %type and %rowtype data types with the example?

553


Explain the different security settings available in iis?

477


for business strategies and operating plan

1496






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<<"["<

1812


What are Characteristics of R Hierarchical Clustering?

126


Can you explain how you can use Apache Spark along with Hadoop?

223


What is == in python?

425


Is it possible to replicate data from sql server to oracle? : sql server replication

543


What are the different access levels we have in CRM?

325


What is Tweening?

322


How dashboard is created in sap bw?

533


How do you organize the pig latin statements?

299


Do you know why doesn't the java library use a randomized version of quicksort?

552