Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8773245
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:14:43+00:00 2026-06-13T18:14:43+00:00

What is a short illustrative C program that demonstrates the difference between volatile and

  • 0

What is a short illustrative C program that demonstrates the difference between volatile and non-volatile in the disassembly?

ie

int main()
{
    volatile int x;

    ???
}

vs

int main()
{
    int x;

    ???
}

What can we replace both ??? with such that the generated code is different?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T18:14:44+00:00Added an answer on June 13, 2026 at 6:14 pm

    for example:

    x = 0;
    

    If x is not volatile, the compiler will see that it’s unused and will probably eliminate it (either the x = 0; statement or even the variable itself) completely from the generated code as an optimization.

    However, the volatile keyword is exactly for preventing the compiler from doing this. It basically tells the code generator “whatever you think this variable is/does, don’t second guess me, I need it.” So then the compiler will treat the volatile variable as accessed and it will emit the actual code corresponding to the expression.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Short one: Am I correct in assuming, that the Samsung Galaxy S wifi 4.0
Short version: Can I grant access to external databases to a role? Long version:
Short: Is there a way we can push to multiple remotes simultaneously using Github
Short and simple question. In Winforms you can bind a dataview to a combobox
Short Question: Can I specify wildcards for custom console folding? If so, what is
Is it possible using Eval? If so, can someone post a short fragment to
I'm trying to craft a short C# snippet that would illustrate change of Assembly.GetCallingAssembly()
Is there any difference between pointer to const and usual pointer for functions? When
Please can anyone show me a proper way to program the Tags field so
Short Version If I update the Model object that my ViewModel wraps, what's a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.