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
Write a program to reverse a given number in c language?
What are the c keywords?
What is getch() function?
What is the use of ?
Do you know the difference between exit() and _exit() function in c?
Explain how can I make sure that my program is the only one accessing a file?
What is pass by reference in c?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is the use of a static variable in c?
show how link list can be used to repersent the following polynomial i) 5x+2
What is pointer in c?
What is #line used for?
How can I determine whether a machines byte order is big-endian or little-endian?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the return type of sizeof?