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
write a program for the normal snake games find in most of the mobiles.
What is variable declaration and definition in c?
What are header files in c programming?
How does free() know explain how much memory to release?
What are the difference between a free-standing and a hosted environment?
How to write a multi-statement macro?
What is binary tree in c?
What is indirection in c?
How can you increase the allowable number of simultaneously open files?
Define and explain about ! Operator?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What’s the special use of UNIONS?
What is the difference between class and object in c?
What is the best organizational structure?
What is the use of getchar functions?