Answer Posted / abdur rab
The answer from wikipedia
Sequence point comes into play when the same variable is
modified more than once. An often-cited example is the
expression i=i++, which both assigns i to itself and
increments i; what is the final value of i? Language
definitions might specify one of the possible behaviors or
simply say the behavior is undefined. In C and C++,
evaluating such an expression yields undefined behavior.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Can we add pointers together?
What is meant by realloc()?
Give me the code of in-order recursive and non-recursive.
What is a #include preprocessor?
What is function and its example?
Write a code to remove duplicates in a string.
What is difference between structure and union with example?
Does c have an equivalent to pascals with statement?
Explain what is output redirection?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
How can you call a function, given its name as a string?
How can I recover the file name given an open stream?
What is pragma in c?
pierrot's divisor program using c or c++ code
How to implement a packet in C