what is difference between ++(*p) and (*p)++
Answer Posted / amaresh chandra das
++(*p)-> Here ,increments the address of p
(*p)++ -> Here , Increments the Value of p
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
What are the back slash character constants or escape sequence charactersavailable in c?
How many keywords (reserve words) are in c?
What is bubble sort in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
How many types of arrays are there in c?
Is it better to use malloc() or calloc()?
What's the total generic pointer type?
What does %c mean in c?
Explain what is meant by high-order and low-order bytes?
What is the difference between functions getch() and getche()?
How can I open files mentioned on the command line, and parse option flags?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What is a MAC Address?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What is a nested loop?