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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:48:11+00:00 2026-05-26T00:48:11+00:00

How does c store a double decimal in an 8 bit slot? #include stdio.h

  • 0

How does c store a double decimal in an 8 bit slot?

#include "stdio.h"

main(){
  double x = 123.456;
  printf("\n %d - %e \n",sizeof(x),x);
}

outputs:

8 - 23.456

The value of x is correct being 123.456, but the supposedly it is only 8 bits.

  • 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-26T00:48:11+00:00Added an answer on May 26, 2026 at 12:48 am

    That’s not 8 bits. It’s 8 bytes. And each byte is at least 8 bits (and usually exactly 8 bits).

    So it’s probably 8 * 8 = 64-bits for a double.

    EDIT:

    The sizeof() operator yields the size of an object in bytes.

    A “byte” is by definition the size of a char. (That’s how the C standard defines the word “byte”; it may have different meanings in other contexts.)

    The number of bits in a byte is specified by the macro CHAR_BIT, defined in <limits.h>. Almost any system you’re likely to encounter will have CHAR_BIT == 8, but I understand that some implementations for DSPs (Digital Signal Processors) have CHAR_BIT set to 16 or 32.

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

Sidebar

Related Questions

VARCHAR does not store Unicode characters. NVARCHAR does store Unicode characters. Today's applications should
Does Unicode store stroke count information about Chinese, Japanese, or other stroke-based characters?
Where does Firefox store cookies and in what format are they stored
Where does Rails store data created by saving activerecord objects during tests? I thought
Where does Railo store files created by when using the file attribute? I.e. <cflog
Where does Firefox store the contents (text messages) of the Error Console . The
Question : where does Eclipse store the list of files it opens on startup?
Example: If I used this, where does the iPhone store the file? if (![NSKeyedArchiver
Does routed events in WPF store strong reference to the handler that is attached
Does Windows XP (and up) store how long it has been... ...since the system

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.