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
Hi can anyone tell what is a start up code?
What are the types of functions in c?
What are the advantages of using linked list for tree construction?
What are the 5 types of inheritance in c ++?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Why is void main used?
write a program to print data of 5 five students with structures?
Write a program with dynamically allocation of variable.
What are the advantages of c preprocessor?
When should volatile modifier be used?
Where register variables are stored in c?
What is the general form of a C program?
What is string length in c?
What is scope and lifetime of a variable in c?
Can you write the function prototype, definition and mention the other requirements.