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
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Write a program to reverse a given number in c?
Is it cc or c in a letter?
What are enums in c?
What is formal argument?
Did c have any year 2000 problems?
What are the 4 data types?
Write a program to implement queue.
What is pass by reference in c?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
How can you check to see whether a symbol is defined?
What is cohesion in c?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Explain Basic concepts of C language?
What is modifier & how many types of modifiers available in c?