What is an volatile variable?

Answer Posted / shenbagavalli

The volatile keyword is a type qualifier used to declare
that an object can be modified in the program by something
such as the operating system, the hardware, or a
concurrently executing thread.

Is This Answer Correct ?    15 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I do peek and poke in c?

609


What is #line?

600


Tell us bitwise shift operators?

586


What is unsigned int in c?

547


Can stdout be forced to print somewhere other than the screen?

609






What does. int *x[](); means ?

626


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

1880


explain what is an endless loop?

600


What are different storage class specifiers in c?

606


What is the use of in c?

564


Explain how does flowchart help in writing a program?

615


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

593


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

573


How can I delete a file?

619


Dont ansi function prototypes render lint obsolete?

596