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
Tell me when would you use a pointer to a function?
Why can't I perform arithmetic on a void* pointer?
Where can I get an ansi-compatible lint?
What is character constants?
What is selection sort in c?
Write program to remove duplicate in an array?
Mention four important string handling functions in c languages .
Compare and contrast compilers from interpreters.
what is bit rate & baud rate? plz give wave forms
How to create struct variables?
How would you rename a function in C?
Write a program to check prime number in c programming?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Can 'this' pointer by used in the constructor?
Explain what is the difference between functions getch() and getche()?