what is volatile in c language?
Answer Posted / greg
Volatile is a storage class that indicates that the
compiler should not perform any optimization on the
variable.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
What is difference between structure and union in c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is the difference between exit() and _exit() function in c?
Explain what is a program flowchart and explain how does it help in writing a program?
Is javascript written in c?
Why functions are used in c?
What is LINKED LIST? How can you access the last element in a linked list?
What are header files in c programming?
What is the difference between arrays and pointers?
How to draw the flowchart for structure programs?
What does calloc stand for?
What is function what are the types of function?
Why do we use static in c?
What is putchar() function?