What does the volatile keyword mean in C? where it is being used.
Volatile qualifier are used when variable's value changes unexpectedly in the program. In practice, they can be applicable at multi-threading programming, Interrupt Service Routine, memory mapping(registers)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks