Answer Posted / guest
The point (at the end of a full expression, or at the ||, &&,
?:, or comma operators, or just before a function call) at
which all side effects are guaranteed to be complete.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
praagnovation
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Write a c program to demonstrate character and string constants?
What is the use of in c?
How can I recover the file name given an open stream?
Describe newline escape sequence with a sample program?
When can a far pointer be used?
In C, What is the #line used for?
What is sizeof return in c?
Why we write conio h in c?
What is scanf () in c?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
how to execute a program using if else condition and the output should enter number and the number is odd only...
What are the types of data files?
How do I get a null pointer in my programs?