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
Explain what are reserved words?
What is include directive in c?
What language is windows 1.0 written?
What is .obj file in c?
What are header files and explain what are its uses in c programming?
Write the syntax and purpose of a switch statement in C.
What is use of null pointer in c?
What is function definition in c?
how to build a exercise findig min number of e heap with list imlemented?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What are the advantages of Macro over function?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What are the rules for identifiers in c?
What is bss in c?
How does selection sort work in c?