How can I access a memory located at certain address?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / banavathvishnu
suppose you have address :0x00cc01FF
main()
{
int *ptr = (int *)0x00cc01FF;
}
Using ptr you can access the memory location
| Is This Answer Correct ? | 1 Yes | 3 No |
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
How can I access an I o board directly?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Derive the complexity expression for AVL tree?
What is putchar() function?
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
Explain how do you determine whether to use a stream function or a low-level function?
how many errors in c explain deply
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
without using arithmatic operator solve which number is greater??????????