Answer Posted / vadivel t
The below line u can use for the question asked, provided
the address is not pointing to any OS memory, system files
or any location on ROM memory.
0x2000 is invalid address(Access voilation)in my system. So
I tried with the valid address 0x12FF70 to get the o/p.
main()
{
*(int *)(0x12FF70)= 20;
printf("%d \n",*(int *)(0x12FF70));
getch();
}
O/p would be 20.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How is actual parameter different from the formal parameter?
What does c mean in standard form?
What is the use of bit field?
What is #include conio h?
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.
What is the difference between NULL and NUL?
What is realloc in c?
i got 75% in all semester am i eligible for your company
Why we use int main and void main?
Explain how are portions of a program disabled in demo versions?
What is #define size in c?
what are the facialities provided by you after the selection of the student.
What is the difference between the local variable and global variable in c?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Why is c called a structured programming language?