Answer Posted / vignesh1988i
here 'p' must be a void pointer.
here (int*)p means that 'p' is type casted to point to the integer value.
that address is incremented by 4.
thank u
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How can I determine whether a machines byte order is big-endian or little-endian?
When should you not use a type cast?
Under what circumstances does a name clash occur?
How do I create a directory? How do I remove a directory (and its contents)?
When should the register modifier be used? Does it really help?
What is #error and use of it?
What is the significance of scope resolution operator?
Between macros and functions,which is better to use and why?
Which header file is essential for using strcmp function?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
How can I convert a number to a string?
using for loop sum 2 number of any 4 digit number in c language
What is the difference between char array and char pointer?
What is the purpose of clrscr () printf () and getch ()?
Can you add pointers together? Why would you?