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 difference between functions abs() and fabs()?
Define Spanning-Tree Protocol (STP)
Can the size of an array be declared at runtime?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is malloc() function?
When should the const modifier be used?
What is clrscr in c?
What is the use of typedef in structure in c?
What functions are used in dynamic memory allocation in c?
what is the difference between class and unio?
What does *p++ do? What does it point to?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Explain the difference between ++u and u++?
Explain what will the preprocessor do for a program?