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
What is the benefit of using const for declaring constants?
Is c a great language, or what?
Explain what are compound statements?
swap 2 numbers without using third variable?
Explain the difference between #include "..." And #include <...> In c?
What is data structure in c programming?
Explain the difference between call by value and call by reference in c language?
What are the keywords in c?
i have a written test for microland please give me test pattern
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Write the control statements in C language
What is void pointers in c?
Explain low-order bytes.
What is the size of empty structure in c?
What is variable declaration and definition in c?