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
What are the disadvantages of external storage class?
Why pointers are used?
What kind of structure is a house?
What is hash table in c?
Explain what is a const pointer?
How can you check to see whether a symbol is defined?
Describe how arrays can be passed to a user defined function
Explain null pointer.
Why is struct padding needed?
Write a program that accept anumber in words
What is the difference between text and binary i/o?
Process by which one bit pattern in to another by bit wise operation is?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is the main difference between calloc () and malloc ()?
What are the scope of static variables?