How can I access a memory located at certain address?
Answer Posted / rakesh
No, it's not possible to assign the address to an pointer
variable. Assignment of address takes place at the time of
running, so it's not possible.
Even the processor does not support such memory leaks
from occuring..
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is restrict keyword in c?
How can I trap or ignore keyboard interrupts like control-c?
What are valid signatures for the Main function?
How can I get random integers in a certain range?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Why is c called c not d or e?
write a program to find out prime number using sieve case?
Why header files are used?
Why we use stdio h in c?
What is a lookup table in c?
Should I learn c before c++?
What is bss in c?
how many key words availabel in c a) 28 b) 31 c) 32
What is the mean of function?
What is a char c?