what is volatile in c language?

Answer Posted / sudeep

It is nothing but telling to compiler that this variable
will change its value at anytime by means of anything and
compiler should not make any assumption about this variable.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I find the modification date of a file?

708


In c language can we compile a program without main() function?

586


What is #include cctype?

582


What is c token?

619


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

2248






What is your stream meaning?

610


List the variables are used for writing doubly linked list program.

1627


Combinations of fibanocci prime series

1118


What are the complete rules for header file searching?

683


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3509


What is a pointer in c?

687


What is the use of bitwise operator?

696


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3343


How to throw some light on the b tree?

609


In C language, a variable name cannot contain?

755