Answer Posted / varshil shah
A sequence point in imperative programming defines any point
in a computer 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. They are often mentioned in
reference to C and C++, because the result of some
expressions can depend on the order of evaluation of their
subexpressions. Adding one or more sequence points is one
method of ensuring a consistent result, because this
restricts the possible orders of evaluation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Disadvantages of C language.
c program to compute AREA under integral
What is the difference between constant pointer and constant variable?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
How can I read/write structures from/to data files?
Why header file is used in c?
Explain what is the concatenation operator?
all c language question
Why is c faster?
What is pointers in c?
Is c easier than java?
What is structure data type in c?
Can include files be nested? How many levels deep can include files be nested?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Why calloc is better than malloc?