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
#include
What is double pointer in c?
How was c created?
write a program for the normal snake games find in most of the mobiles.
What language is lisp written in?
What are the storage classes in C?
How do you write a program which produces its own source code as output?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Why can arithmetic operations not be performed on void pointers?
What is the difference between the local variable and global variable in c?
What is volatile variable in c with example?
Can we access array using pointer in c language?
What is getch?
What is the use of a conditional inclusion statement in C?
What is masking?