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
Differentiate between the expression “++a” and “a++”?
What is include directive in c?
How can I sort a linked list?
How are pointers declared in c?
What is static identifier?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Can we change the value of #define in c?
What is break statement?
Is null always defined as 0(zero)?
How do you search data in a data file using random access method?
What is integer constants?
Explain the difference between structs and unions in c?
Why c language?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.