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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is scope of variable in c?
Explain how can I remove the trailing spaces from a string?
What does printf does?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
How can I find the modification date and time of a file?
What are keywords in c with examples?
What is an auto variable in c?
What is c++ used for today?
How do I get an accurate error status return from system on ms-dos?
What are the different properties of variable number of arguments?
Can we access the array using a pointer in c language?
The statement, int(*x[]) () what does in indicate?
Is c weakly typed?
When should the volatile modifier be used?
What is variable initialization and why is it important?