Answer Posted / sujith
A sequence point defines any point in a program's execution
at which it is guaranteed that all side effects of previous
evaluations will have been performed, and no side effects
from subsequent evaluations have yet been performed.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is typedf?
What is a pointer and how it is initialized?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What are different types of pointers?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
How to delete a node from linked list w/o using collectons?
How to create struct variables?
What is a nested formula?
Are enumerations really portable?
What is variable and explain rules to declare variable in c?
Can 'this' pointer by used in the constructor?
What is a 'null pointer assignment' error?
What is the newline escape sequence?
What does c in a circle mean?
Why void is used in c?