Answer Posted / rukmanee
In case of i++, it'll first assign the value of i and then
increment it's value by one. But in case of ++i, it 'll
first increment the value of i by 1 and then assign the new
value of i.This is the difference between i++ and ++i.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Give differences between - new and malloc() , delete and free() ?
How can you tell whether two strings are the same?
What is the difference between pure virtual function and virtual function?
What is wild pointer in c?
What is pointer and structure in c?
What is the difference between single charater constant and string constant?
can anyone suggest some site name..where i can get some good data structure puzzles???
Is main is user defined function?
What is operator promotion?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is %lu in c?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is sizeof c?
write a program to display all prime numbers
What is bin sh c?