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 8465461
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T15:03:16+00:00 2026-06-10T15:03:16+00:00

What does the C standard (preferably C89,90) say about: int a,b; a = 4;

  • 0

What does the C standard (preferably C89,90) say about:

int a,b;
a = 4;
b = (a += 1);

?

I have tested it and the result is b=5, which is what I expect. I just want to be reassured by the Standard. The same applies to analogous operators like *=, /=, &=, etc. I know that = is sure to return the value of the left hand side after the assignment. I just want to know if +=, *=, etc. behave the same way, according to the standard.

  • 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-10T15:03:17+00:00Added an answer on June 10, 2026 at 3:03 pm

    Assignment operators do not “return” a value: they yield one, or as the standard puts it, have one.

    The value is of the left operand, although it won’t be an lvalue. Here’s the excerpt:

    (3.3.16) An assignment expression has the value of the left operand after the assignment, but is not an lvalue.

    All of = *= /= %= += -= <<= >>= &= ^= |= are assignment operators so they behave the same way in this regard.

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

Sidebar

Related Questions

What does a standard say about extending a C++ language and adding 'non standard'
what does standard say about such case: template<class C> struct A { A(C c
What does standard specify about indexing sequence with Attr objects inside NamedNodeMap object? I
Question What does the C++ standard guarantee about the state of an object in
Which character should be used for ptrdiff_t in printf ? Does C standard clearly
What does C++ standard say should happen for the following code when there is
I've built a WCF Service in .NET 4.0 that basically just does standard CRUD
Does Haskell standard library have a function that given a list and a predicate,
Does the standard guarantee that order of equal elements will not change (eh, forgot
Why does the Standard define end() as one past the end, instead of at

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.