How can I access memory located at a certain address?

Answers were Sorted based on User's Feedback



How can I access memory located at a certain address?..

Answer / phani kumar s

using the pointers and address operator
&a where a is the variable

Is This Answer Correct ?    6 Yes 6 No

How can I access memory located at a certain address?..

Answer / 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

How can I access memory located at a certain address?..

Answer / sangram

bala software

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More C Interview Questions

Difference between Function to pointer and pointer to function

0 Answers  


What is the explanation for prototype function in c?

0 Answers  


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

0 Answers   Celstream,


what is the difference between unix os and linux os

4 Answers  


Function to find the given number is a power of 2 or not?

20 Answers   Motorola, nvidia,






Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


what are non standard function in c

0 Answers  


How do you do dynamic memory allocation in C applications?

0 Answers  


What is define c?

0 Answers  


How are Structure passing and returning implemented by the complier?

0 Answers   TISL,


What is a static function in c?

0 Answers  


Explain what does it mean when a pointer is used in an if statement?

0 Answers  


Categories