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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T08:14:44+00:00 2026-05-28T08:14:44+00:00

I am a newbie to programming. I have a very basic question that Can

  • 0

I am a newbie to programming.

I have a very basic question that
“Can double or float type variable use for integer type values?”
I mean,e.g

float a = 2;
double b = 3.2;

Thank you

  • 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-28T08:14:45+00:00Added an answer on May 28, 2026 at 8:14 am

    Yes, but there is a loss of precision if you use a float to store an integer.

    Typically an integer uses 32 bits to store the number, meaning that it can hold a number in the range pus or minus 2 billion (approximately).

    But a float uses 32 bits to store both the part before and after the decimal point, so there is not enough space to store as much precision. A float can store numbers greater than 2 billion, but the bigger the number, the more precision you lose, so if you store a number like 2134567891 in a float it might get changed to something like 2134567000, making it a bad idea to use floats to store precise numbers like an amount of money.

    The good news is, a double uses 64 bits to store the number, so there’s more than enough space to store an integer value with the same precision as an int, so as long as you use doubles, you shouldn’t run into too many problems.

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

Sidebar

Related Questions

I have a newbie Linux programming question. Suppose I have a project that uses
Pardon the dumb newbie question here; web programming isn't my forte... (blush) I have
Newbie question. I have a NSMutableArray that holds multiple objects (objects that stores Bezier
I'm a newbie in programming and visual basic 2008 language. I'm learning to use
I know this is a very basic question, however as a newbie i cant
I have a couple of newbie Delphi Programming questions that I cannot seem to
Newbie question... The objective: I intend to have an HTML text input field as
Newbie question: I just installed VisualSVN Server and created a repository. I noticed that
I have just started to learn the very basics of Java programming. Using a
I'm a total newbie to programming in cocoa for the mac so this question

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.