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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T21:43:33+00:00 2026-05-20T21:43:33+00:00

How many bytes can I store in one RAM address? And what is the

  • 0

How many bytes can I store in one RAM address?

And what is the size of one pointer?

I’m just not sure about these basic concepts and I need a little help. Thank you all.

  • 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-20T21:43:33+00:00Added an answer on May 20, 2026 at 9:43 pm

    You can typically store one byte per memory location. (Older machines may have used non-octet word sizes, and those machines might store one nibble or 12 or 24 bits per memory location.) But these days, 8-bits is one byte, and one byte is one memory location, though it might not be the word size of the machine.

    A pointer’s size may vary: on 32-bit platforms, pointers are usually 4 bytes. On 64-bit platforms, pointers are usually 8 bytes. Older platforms had different sizes of pointers to allow programmers to more closely optimize the memory requirements of their programs. (I’m glad those days are gone.)

    What confused me to no end when first starting C is that the memory location referenced by a pointer increments different amounts based on the datatype of the pointer.

    char *c;
    int *i;
    

    When using an offset or incrementing the pointers (c+1 or i+1) the compiler will add 1 for the char * pointer and 4 or 8 for the int * pointer. My assembler didn’t provide such niceties, and it took me months to get the hang of “the C compiler knows the sizes of types, just trust it”.

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

Sidebar

Related Questions

What is the size of each asm instruction? Every instruction takes how many bytes?
Any one know how many bytes occupy per file in namenode of Hdfs? I
I tried to understand the size of address used to store variables and pointers,
How many bytes of data does a typical HTTP get request consume. For instance
Many search engines are not using meta keywords and Google through many recent updates
Many languages have functions which only process plaintext, not binary. Does this mean that
Is there anyway i can know how much bytes taken by particular variable in
In a java program, I have a requirement of temporarily storing many records- one
I have many threads that concurrently read the same file(entirely about 100M), and only
I need to work with many images, and I can't hold all of them

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.