Answer Posted / hrpynux@gmail.com
The expression n++ requires a single machine instruction such as INR to carry out the increment operation whereas, n+1 requires more instructions to carry out this operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why does not c have an exponentiation operator?
Explain modulus operator. What are the restrictions of a modulus operator?
Describe the difference between = and == symbols in c programming?
What are local static variables?
Why & is used in c?
Is main is user defined function?
What is wrong with this code?
What does do in c?
Can a variable be both constant and volatile?
What is "Hungarian Notation"?
What is a program flowchart and how does it help in writing a program?
If errno contains a nonzero number, is there an error?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What do you understand by normalization of pointers?
Explain the properties of union.