What is the difference between i++ and i+1 ?(in terms of memory)
Answer Posted / johnsm
i++ is an increment and assign to i but i+1 is just an
increment of i, but it doesnt mean the value in i got changed here.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why is c called a structured programming language?
Define macros.
Explain how many levels deep can include files be nested?
What is external variable in c?
how can f be used for both float and double arguments in printf? Are not they different types?
how logic is used
How do you list files in a directory?
Is fortran still used today?
Write a program to swap two numbers without using a temporary variable?
Explain what’s a signal? Explain what do I use signals for?
what is the difference between class and unio?
What is ctrl c called?
How many types of functions are there in c?
State two uses of pointers in C?
What is meant by realloc()?