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


Please Help Members By Posting Answers For Below Questions

What is a const pointer?

781


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.. :(

1968


What is meant by inheritance?

825


How can I ensure that integer arithmetic doesnt overflow?

809


How many parameters should a function have?

852






What is typedef?

964


When should the volatile modifier be used?

871


Describe newline escape sequence with a sample program?

858


Is there any possibility to create customized header file with c programming language?

812


What is difference between structure and union in c programming?

754


What is the use of extern in c?

826


What is #include in c?

775


Why does the call char scanf work?

847


What is the best way of making my program efficient?

748


Explain what are reserved words?

826