How can I access memory located at a certain address?
Answers were Sorted based on User's Feedback
Answer / phani kumar s
using the pointers and address operator
&a where a is the variable
Is This Answer Correct ? | 6 Yes | 6 No |
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 |
Difference between Function to pointer and pointer to function
What is the explanation for prototype function in c?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
what is the difference between unix os and linux os
Function to find the given number is a power of 2 or not?
Write a program to generate prime factors of a given integer?
what are non standard function in c
How do you do dynamic memory allocation in C applications?
What is define c?
How are Structure passing and returning implemented by the complier?
What is a static function in c?
Explain what does it mean when a pointer is used in an if statement?