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 the difference between memcpy and memmove?
What is the difference between array and structure in c?
What are global variables and explain how do you declare them?
What are the general description for loop statement and available loop types in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Tell me when is a void pointer used?
Define C in your own Language.
What is a void * in c?
Write a program to swap two numbers without using a temporary variable?
Who is the founder of c language?
What is typedef example?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
There seem to be a few missing operators ..
Disadvantages of C language.
What does static variable mean in c?