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
Difference between Shallow copy and Deep copy?
Why we use int main and void main?
How can you convert integers to binary or hexadecimal?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What are header files in c programming?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Where we use clrscr in c?
List the variables are used for writing doubly linked list program.
Tell us bitwise shift operators?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Explain the properties of union. What is the size of a union variable
What is data type long in c?
What is function and its example?
What is formal argument?