Answer Posted / manoj
Volatile variable will be used when we are dealing with
external memory, external device and interrupt service
routine. In these situation if some variable needs update
or gets update without user knowledge in that case variable
should be declared as VOLATILE. otherwise we may loose
these update.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is strcpy() function?
How is = symbol different from == symbol in c programming?
Define circular linked list.
what is uses of .net
Can we access the array using a pointer in c language?
What is getche() function?
How can I ensure that integer arithmetic doesnt overflow?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is the c value paradox and how is it explained?
How can I insert or delete a line (or record) in the middle of a file?
What are the features of the c language?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is the difference between scanf and fscanf?
What is the difference between a function and a method in c?