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
Difference between linking and loading?
What is character set?
What are extern variables in c?
How can you call a function, given its name as a string?
Difference between constant pointer and pointer to a constant.
Multiply an Integer Number by 2 Without Using Multiplication Operator
How to throw some light on the b tree?
write a c program to find the sum of five entered numbers using an array named number
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What are the types of i/o functions?
What is the meaning of c in c language?
Does c have enums?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Explain what header files do I need in order to define the standard library functions I use?
can we change the default calling convention in c if yes than how.........?