what is difference between ++(*p) and (*p)++
Answer Posted / ravi
++(*p)-> indicates increment the value pointed by pointer p.
(*p)++ -> indicates increment the address of p then retrieve
the value pointed to by p.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can I invoke another program or command and trap its output?
What is the maximum no. of arguments that can be given in a command line in C.?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What is the right type to use for boolean values in c? Is there a standard type?
What is the difference between array and pointer in c?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Tell me what is null pointer in c?
Combinations of fibanocci prime series
application attempts to perform an operation?
What is file in c preprocessor?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
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
What is the difference between pure virtual function and virtual function?