How can I access a memory located at certain address?
Answer Posted / 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 |
Post New Answer View All Answers
What is clrscr in c?
what do the 'c' and 'v' in argc and argv stand for?
What is exit() function?
What is struct node in c?
How can type-insensitive macros be created?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is the use of define in c?
Write a program to find factorial of a number using recursive function.
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
How can a program be made to print the name of a source file where an error occurs?
What is volatile keyword in c?
What is c programming structure?
How can I list all of the predefined identifiers?
hi any body pls give me company name interview conduct "c" language only
Write a program to reverse a given number in c language?