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

Why & is used in scanf in c?

609


What is typedef?

655


Can include files be nested?

616


What is wild pointer in c with example?

566


what is the significance of static storage class specifier?

1650






What is chain pointer in c?

591


Explain how can I remove the trailing spaces from a string?

616


What is pointer to pointer in c with example?

540


How can I change their mode to binary?

682


c language interview questions & answer

1447


What is a shell structure examples?

580


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2015


write a program in c language to print your bio-data on the screen by using functions.

6236


Can a function argument have default value?

654


Explain what are header files and explain what are its uses in c programming?

619