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
The statement, int(*x[]) () what does in indicate?
if p is a string contained in a string?
When should the volatile modifier be used?
What is data structure in c language?
What are the advantages and disadvantages of pointers?
What is the Purpose of 'extern' keyword in a function declaration?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is I ++ in c programming?
How can I copy just a portion of a string?
What is assignment operator?
What kind of structure is a house?
Mention four important string handling functions in c languages .
What is a shell structure examples?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Write a program to check armstrong number in c?