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 linker error?
How many levels deep can include files be nested?
write a program to find the given number is prime or not
What is the advantage of using #define to declare a constant?
Do you know what are bitwise shift operators in c programming?
What is file in c language?
What does char * * argv mean in c?
what are the 10 different models of writing an addition program in C language?
Is main is user defined function?
Can a pointer point to null?
What is spark map function?
Is null always equal to 0(zero)?
Why header files are used?
Write a Program to accept different goods with the number, price and date of purchase and display them
Tell me with an example the self-referential structure?