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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T20:17:19+00:00 2026-05-15T20:17:19+00:00

When we subtract a pointer from another pointer the difference is not equal to

  • 0

When we subtract a pointer from another pointer the difference is not equal to how many bytes they are apart but equal to how many integers (if pointing to integers) they are apart. Why so?

  • 1 1 Answer
  • 1 View
  • 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-15T20:17:20+00:00Added an answer on May 15, 2026 at 8:17 pm

    The idea is that you’re pointing to blocks of memory

    +----+----+----+----+----+----+
    | 06 | 07 | 08 | 09 | 10 | 11 | mem
    +----+----+----+----+----+----+
    | 18 | 24 | 17 | 53 | -7 | 14 | data
    +----+----+----+----+----+----+
    

    If you have int* p = &(array[5]) then *p will be 14. Going p=p-3 would make *p be 17.

    So if you have int* p = &(array[5]) and int *q = &(array[3]), then p-q should be 2, because the pointers are point to memory that are 2 blocks apart.

    When dealing with raw memory (arrays, lists, maps, etc) draw lots of boxes! It really helps!

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

Sidebar

Related Questions

I have to subtract a number from another number, but the script must verify
How can I subtract one image from another using openCV? Ps.: I coudn't use
I would like to subtract one value from another value. The schema of the
Is it possible to subtract a color from another one ? Example (correct me
I need to subtract 365 days from the current date. I am not sure
The scipt should subtract 1 from the primary key (auftrag_id) from a table. But
I subtract two dates from each other because I need the time difference between
How do I subtract two DateTime values from another DateTime value and have the
I need to subtract one column from another column in a table in my
I try to subtract two dates from each other but unfortunately without success. Maybe

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.