How can I access memory located at a certain address?

Answer Posted / aravind

Access in the sense!Do you mean how can u see the display.if so just use prints("%d",&variable)

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is python slower than c?

591


How do you determine a file’s attributes?

589


What does return 1 means in c?

575


Explain union.

629


a value that does not change during program execution a) variabe b) argument c) parameter d) none

682






Write a code of a general series where the next element is the sum of last k terms.

579


How many levels of indirection in pointers can you have in a single declaration?

585


Explain what is wrong with this program statement?

608


When is a “switch” statement preferable over an “if” statement?

636


How do I create a directory? How do I remove a directory (and its contents)?

596


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

576


Explain what is wrong in this statement?

621


Explain high-order and low-order bytes.

656


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

702


Can the “if” function be used in comparing strings?

576