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 a const pointer?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is meant by inheritance?
How can I ensure that integer arithmetic doesnt overflow?
How many parameters should a function have?
What is typedef?
When should the volatile modifier be used?
Describe newline escape sequence with a sample program?
Is there any possibility to create customized header file with c programming language?
What is difference between structure and union in c programming?
What is the use of extern in c?
What is #include in c?
Why does the call char scanf work?
What is the best way of making my program efficient?
Explain what are reserved words?