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
What is variable declaration and definition in c?
What is ctrl c called?
What is function definition in c?
What is the role of && operator in a program code?
Should a function contain a return statement if it does not return a value?
Why is c still so popular?
What is the size of structure in c?
Write a program to print fibonacci series using recursion?
Why is event driven programming or procedural programming, better within specific scenario?
What is ambagious result in C? explain with an example.
Explain main function in c?
Explain the red-black trees?
Why do we use c for the speed of light?
What is sizeof return in c?
What are the 5 data types?