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

Explain the meaning of keyword 'extern' in a function declaration.

0 Answers  


Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?

4 Answers   TCS,


What is the memory allocated by the following definition ? int (*x)[10];

4 Answers   ADITI, Wipro,


Under what circumstances does a name clash occur?

0 Answers   InterGraph,


Difference between macros and inline functions? Can a function be forced as inline?

0 Answers   HAL, Honeywell, Zomato,






What does 4d mean in c?

0 Answers  


What is #define?

0 Answers  


How can you tell whether a program was compiled using c versus c++?

0 Answers  


program for reversing a selected line word by word when multiple lines are given without using strrev

0 Answers   IBM,


Why is main function so important?

0 Answers  


When do we get logical errors?

0 Answers  


two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.

5 Answers   Verifone,


Categories