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
How do you define a string?
What is a class c rental property?
What are terms in math?
Explain what is page thrashing?
What is the difference between void main and main in c?
What is NULL pointer?
What are keywords in c with examples?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
what is a constant pointer in C
What is meant by 'bit masking'?
What are the characteristics of arrays in c?
What is the size of structure in c?
Find MAXIMUM of three distinct integers using a single C statement
What is build process in c?