What's a "sequence point"?

Answer Posted / guest

The point (at the end of a full expression, or at the ||, &&,
?:, or comma operators, or just before a function call) at
which all side effects are guaranteed to be complete.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

praagnovation

2059


write a c program to calculate sum of digits till it reduces to a single digit using recursion

3039


Write a c program to demonstrate character and string constants?

1955


What is the use of in c?

798


How can I recover the file name given an open stream?

798


Describe newline escape sequence with a sample program?

925


When can a far pointer be used?

818


In C, What is the #line used for?

1606


What is sizeof return in c?

817


Why we write conio h in c?

791


What is scanf () in c?

873


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

949


how to execute a program using if else condition and the output should enter number and the number is odd only...

1985


What are the types of data files?

969


How do I get a null pointer in my programs?

880