+ Reply to Thread
Results 1 to 2 of 2

Thread: volatile keyword in C

  1. #1
    Surfer is offline Senior Member
    Join Date
    Mar 2010
    Posts
    321

    volatile keyword in C

    What does the volatile keyword mean in C? where it is being used.

  2. #2
    Surfer is offline Senior Member
    Join Date
    Mar 2010
    Posts
    321
    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)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts