what is difference between ++(*p) and (*p)++
Answer Posted / arasu
++(*p)-->after the value is incremented, next line is
executed.
(*p)++-->after execution,it is incremented.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Stimulate calculator using Switch-case-default statement for two numbers
What is #define?
What are the preprocessor categories?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is c language used for?
Explain what are the standard predefined macros?
Where local variables are stored in c?
Do pointers need to be initialized?
What is the difference between strcpy() and memcpy() function in c programming?
Is main is user defined function?
Explain logical errors? Compare with syntax errors.
What is 1d array in c?
How can you tell whether a program was compiled using c versus c++?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?