Answer Posted / kala
it is the variable which can be modified outside of the
program. i.e hardwares can modify this variable. To avoid
compiler optimization we can use volatile.
this is used for memory mapped hardware and shared memory
usuage.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the disadvantages of a shell structure?
List some of the dynamic data structures in C?
Where does the name "C" come from, anyway?
Is swift based on c?
code for quick sort?
What is variables in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What should malloc(0) do?
What is the difference between array and structure in c?
What is structure pointer in c?
What is the difference between void main and main in c?
How do you do dynamic memory allocation in C applications?
What is void main ()?
What is external variable in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?