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

How can we see the Expanded source code and compiled code for our source program in C?

1 Answers  


What is queue in c?

0 Answers  


design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.

2 Answers  


what is the use of bitfields & where do we use them?

2 Answers  


Explain setjmp()?

0 Answers  






give an example of type casting by a simple c program

2 Answers   TCS,


difference between c and c++

3 Answers  


What is the difference between text and binary i/o?

0 Answers  


What is int main () in c?

0 Answers  


What is the use of sizeof?

0 Answers  


How would you sort a linked list?

1 Answers  


What does emoji p mean?

0 Answers  


Categories