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

What is p in text message?

536


a c code by using memory allocation for add ,multiply of sprase matrixes

2295


Is stack a keyword in c?

632


How can I split up a string into whitespace-separated fields?

563


What is type qualifiers?

653






Can static variables be declared in a header file?

612


What is struct node in c?

612


How can I handle floating-point exceptions gracefully?

630


What does the format %10.2 mean when included in a printf statement?

1079


Do you know the purpose of 'register' keyword?

640


what is a constant pointer in C

673


Do you know the difference between exit() and _exit() function in c?

605


what is a function method?give example?

1910


what are bit fields? What is the use of bit fields in a structure declaration?

1497


Is there a way to switch on strings?

610