What is an volatile variable?

Answer Posted / srividya

A volatile variable is variable whose value can change with
out the knowledge of the compile. so the data access
optimization is lost.
These sort of variable are used normally accessing a global
variable between two threads.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between array and structure in c?

794


Why is event driven programming or procedural programming, better within specific scenario?

2168


Differentiate between a for loop and a while loop? What are it uses?

923


When was c language developed?

920


Is a pointer a kind of array?

836


What are categories used for in c?

809


Discuss the function of conditional operator, size of operator and comma operator with examples.

898


Can we initialize extern variable in c?

869


What is a static function in c?

845


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

1030


Differentiate between a structure and a union.

1016


What is #pragma statements?

842


What is a wrapper function in c?

836


please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................

1758


What is #include stdlib h?

860