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

What are the advantages and disadvantages of c language?

569


How can I make sure that my program is the only one accessing a file?

687


What is the purpose of 'register' keyword in c language?

633


How many parameters should a function have?

670


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1883






What is oops c?

617


What is atoi and atof in c?

622


What is pointers in c with example?

588


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1637


What is structure in c explain with example?

647


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

738


What are type modifiers in c?

627


Explain what are header files and explain what are its uses in c programming?

634


Explain what standard functions are available to manipulate strings?

615


What does c mean before a date?

596