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

Ask A Question

Stats

  • Questions 537k
  • Answers 537k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer My understanding is that the JPA provider can only instantiate… May 17, 2026 at 1:43 am
  • Editorial Team
    Editorial Team added an answer A classic problem that's usually solved with the help of… May 17, 2026 at 1:43 am
  • Editorial Team
    Editorial Team added an answer I really want to be able to make an executable… May 17, 2026 at 1:43 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

Is there a way to subtract a geometry from another? A kind of reverse
According to the responses in Why subtract null pointer in offsetof()? (and my reading
I want to subtract the values in a vector from a scalar. However, if
I'm running into a VERY frustrating pointer issue. I previously posted here: TOUGH: Dealing
How do I subtract a decimal value in assembly . IA32 (linux) 1: mov
I'd like to subtract two values, one in the current record, then the next
I want to subtract two images. My problem ist that the cvSub()-function saturates. What
I'm trying to subtract 2 lists and return the compared product. So if list
I'm using the following code to take the value of one field, subtract it
I'm having trouble outputting a time from a conditional select. The aim is to

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.