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
What is preprocessor with example?
Did c have any year 2000 problems?
how many key words availabel in c a) 28 b) 31 c) 32
Which built-in library function can be used to match a patter from the string?
How can I avoid the abort, retry, fail messages?
How can you call a function, given its name as a string?
Is it possible to initialize a variable at the time it was declared?
How is pointer initialized in c?
Why does notstrcat(string, "!");Work?
What is #line used for?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Is c easier than java?
What kind of structure is a house?
Explain how do you search data in a data file using random access method?
What does 4d mean in c?