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
What is a file descriptor in c?
What is f'n in math?
What is openmp in c?
What is the difference between local variable and global variable in c?
What is use of pointer?
Explain argument and its types.
write a c program to find the sum of five entered numbers using an array named number
FILE PROGRAMMING
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is declaration and definition in c?
Does c have an equivalent to pascals with statement?
Can stdout be forced to print somewhere other than the screen?
Describe the modifier in c?
What is the scope of an external variable in c?
How does free() know explain how much memory to release?