Re: how real and integer values are saved in C language



On Fri, 10 Jul 2009 22:25:05 -0700 (PDT), manish sahu
<manish.comp05@xxxxxxxxx> wrote:

In C language characters are stored in ascii values like for
char c='a';
it will store 97

plz tell me things
how

a integer value is stored in form of ascii or some thing else
similarly how a floating value is stored like (54.323) in which form

One of your classmates already asked this question. Search the
archives for the answers he/she received.

--
Remove del for email
.



Relevant Pages

  • Re: how real and integer values are stored in C language
    ... char c='a'; ...  it will store 97 ... plz tell me things ... a integer value is stored in form of ascii or some thing else? ...
    (comp.lang.c)
  • Re: how real and integer values are stored in C language
    ... it will store 97 ... plz tell me things ... a integer value is stored in form of ascii or some thing else? ... There's lots of information on floating point on the web. ...
    (comp.lang.c)
  • Re: simple casting question
    ... char c = 1; ... puts the _value_ 1 in the character variable. ... but whatever character has ASCII value 1. ... If you want to store the character '1' in the variable and then print ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: simple casting question
    ... char c = 1; ... puts the _value_ 1 in the character variable. ... but whatever character has ASCII value 1. ... If you want to store the character '1' in the variable and then print ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: simple casting question
    ... char c = 1; ... puts the _value_ 1 in the character variable. ... but whatever character has ASCII value 1. ... If you want to store the character '1' in the variable and then print ...
    (microsoft.public.dotnet.languages.csharp)