what is the difference between postfix and prefix unary
increment operators?
Answer Posted / rukmanee
In prefix operator,the value of the operand increase by one
and then assign the new value to that operand and print
it.In postfix operator,the value of the operand is assigned
at first and then increment it's value by one.
This is the difference between postfix and prefix unary
increment operators.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Explain how does free() know explain how much memory to release?
Explain setjmp()?
What is the difference between NULL and NUL?
What is the advantage of a random access file?
Which node is more powerful and can handle local information processing or graphics processing?
What is a list in c?
What is the 'named constructor idiom'?
How do you print only part of a string?
What are identifiers in c?
Why is c called "mother" language?
Explain what is a 'locale'?
Explain what is a const pointer?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
How can I read a binary data file properly?
Is there anything like an ifdef for typedefs?