top of page
Frequently Asked C Language Interview Question & Answers
What is volatile variable?
Volatile variables are those variables which alter the default way of the program.
The variable which does not change while compiling but are changeable during execution.
bottom of page