What is volatile in c language?

Answer Posted / vadivel t

Volatile is one of the tpye qualifier in c. This qualifier
is used with the variable when the variable value is
expected to be changed by an external event(eg: system
clock, interrupt).

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is javascript written in c?

787


Is r written in c?

895


Can a file other than a .h file be included with #include?

872


Explain what math functions are available for integers? For floating point?

849


If null and 0 are equivalent as null pointer constants, which should I use?

812


What is output redirection?

891


How can you read a directory in a C program?

889


What is #line in c?

760


What is the advantage of a random access file?

863


Explain what is the general form of a c program?

816


When should a far pointer be used?

794


Why is c used in embedded systems?

847


What are the storage classes in C?

825


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1877


Is c++ based on c?

836