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
Explain how can you be sure that a program follows the ansi c standard?
List some of the static data structures in C?
What does typeof return in c?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Explain pointer. What are function pointers in C?
Differentiate between a structure and a union.
What is structure padding and packing in c?
find out largest elemant of diagonalmatrix
Explain how does flowchart help in writing a program?
Explain built-in function?
In c language can we compile a program without main() function?
What are the different properties of variable number of arguments?
Explain what is the concatenation operator?
I heard that you have to include stdio.h before calling printf. Why?
What does. int *x[](); means ?