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

What is wild pointer in c?

607


what is a function method?give example?

1914


What does s c mean in text?

612


What are pointers? Why are they used?

631


the question is that what you have been doing all these periods (one year gap)

1617






I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

563


Why c is known as a mother language?

644


Why is c faster?

592


to find the closest pair

1822


What is time null in c?

583


why do some people write if(0 == x) instead of if(x == 0)?

654


What is the function of this pointer?

674


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1314


What is indirection? How many levels of pointers can you have?

659


What is multidimensional arrays

632