What's a "sequence point"?

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


Please Help Members By Posting Answers For Below Questions

Explain how do you determine the length of a string value that was stored in a variable?

670


What are # preprocessor operator in c?

632


Write a program to generate the Fibinocci Series

667


What are the benefits of c language?

645


What is 'bus error'?

649






Why use int main instead of void main?

599


where are auto variables stored? What are the characteristics of an auto variable?

595


What is the sizeof () operator?

624


How can I read in an object file and jump to locations in it?

579


What is variable declaration and definition in c?

503


Why c is called a middle level language?

634


How to Throw some light on the splay trees?

621


What is || operator and how does it function in a program?

630


What is c language and why we use it?

623


How do you define a function?

583