Answer Posted / priya
In computer programming,a variable or object declared
with the volatile keyword may be modified externally
from the declaring object. Variables declared to be
volatile will not be optimized by the compiler
because the compiler must assume that their values
can change at any time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are comments and how do you insert it in a C program?
What are directives in c?
What is bin sh c?
How many levels deep can include files be nested?
What does volatile do?
What is adt in c programming?
What is selection sort in c?
What are the different types of pointers used in c language?
Can one function call another?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
How do you determine a file’s attributes?
What is pragma c?
What is pointer and structure in c?
What is a built-in function in C?
How can I handle floating-point exceptions gracefully?