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 lvalue
What is anagram in c?
What is struct node in c?
Disadvantages of C language.
The statement, int(*x[]) () what does in indicate?
Differentiate fundamental data types and derived data types in C.
What will be the outcome of the following conditional statement if the value of variable s is 10?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is the collection of communication lines and routers called?
What is substring in c?
How will you delete a node in DLL?
What does %d do in c?
What is the process to create increment and decrement stamen in c?
When can you use a pointer with a function?
Why is c known as a mother language?