Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ckshivaram said:features of volatile variable.
1. Volatile is a global variable.
2. takes 1 byte of instruction
3. Compiler cannot optimise the variable.
4. type casting is not allowed.
5. Value can be modified by ports, Hardware, interrupts,serial ports only.
6. Always allocated in Heap memory.
7. Permanent memory location is allocated for it.
Its a very good topic to discuss. I can add more points for this. if you can understand the above points properly.