what is difference between ++(*p) and (*p)++
Answer Posted / tejas
value that contained in p is incremented. (p is pointer.)
++(*p) --> pre-increment.
(*p)++ --> post-increment.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
How can I split up a string into whitespace-separated fields?
What is c programming structure?
For what purpose null pointer used?
about c language
How many keywords (reserve words) are in c?
What do you understand by friend-functions? How are they used?
What is c basic?
Is python a c language?
What is string constants?
How many types of operators are there in c?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Which is an example of a structural homology?