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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T11:25:43+00:00 2026-05-15T11:25:43+00:00

Possible Duplicate: Take the address of a one-past-the-end array element via subscript: legal by

  • 0

Possible Duplicate:
Take the address of a one-past-the-end array element via subscript: legal by the C++ Standard or not?

int array[10];

int* a = array + 10;   // well-defined
int* b = &array[10];   // not sure...

Is the last line valid or not?

  • 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-05-15T11:25:43+00:00Added an answer on May 15, 2026 at 11:25 am

    Yes, you can take the address one beyond the end of an array, but you can’t dereference it. For your array of 10 items, array+10 would work. It’s been argued a few times (by the committee, among others) whether &array[10] really causes undefined behavior or not (and if it does, whether it really should). The bottom line with it is that at least according to the current standards (both C and C++) it officially causes undefined behavior, but if there’s a single compiler for which it actually doesn’t work, nobody in any of the arguments has been able to find or cite it.

    Edit: For once my memory was half correct — this was (part of) an official Defect Report to the committee, and at least some committee members (e.g., Tom Plum) thought the wording had been changed so it would not cause undefined behavior. OTOH, the DR dates from 2000, and the status is still “Drafting”, so it’s open to question whether it’s really fixed, or ever likely to be (I haven’t looked through N3090/3092 to figure out).

    In C99, however, it’s clearly not undefined behavior.

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

Sidebar

Related Questions

Possible Duplicate: Take the address of a one-past-the-end array element via subscript: legal by
Possible Duplicate: 'Delegate 'System.Action' does not take 0 arguments.' Is this a C# compiler
Possible Duplicate: PHP take all combinations I'm thinking of making something in PHP that
Possible Duplicate: Backup SQL Schema Only? Anybody tell how to take sql database backup
Possible Duplicate: iOS - Detecting whether or not device support phone calls? I'm writing
Possible Duplicate: How can I take screenshots with Perl? How can I take a
Possible Duplicate: How to programatically take a screenshot on Android? How to capture the
Possible Duplicate: Is it safe for structs to implement interfaces? Take this code: interface
Possible Duplicate: JQuery validate e-mail address regex hi i have an input filed in
Possible Duplicate: php date compare I have a date that I take from the

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.