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
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
Explain the difference between strcpy() and memcpy() function?
why programs in c are running with out #include
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What does stand for?
State two uses of pointers in C?
What is a const pointer in c?
Which is the best website to learn c programming?
What are the advantages of using linked list for tree construction?
#include
Are global variables static in c?
What does sizeof int return?
Explain what are the standard predefined macros?
Why do we use pointer to pointer in c?
how do you programme Carrier Sense Multiple Access