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 do you redirect a standard stream?

881


How can I remove the trailing spaces from a string?

853


What is a const pointer in c?

900


What is the difference between printf and scanf )?

828


How can I do graphics in c?

802


Is main is user defined function?

892


Can a void pointer point to a function?

798


If I have a char * variable pointing to the name of a function ..

937


What is equivalent to ++i+++j?

882


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2674


What is a floating point in c?

849


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

831


Explain how can you check to see whether a symbol is defined?

898


ATM machine and railway reservation class/object diagram

5032


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1506