User Profile

Collapse

Profile Sidebar

Collapse
pradeepp
pradeepp
Last Activity: Oct 3 '07, 02:02 PM
Joined: Jul 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pradeepp
    started a topic Regarding limits.h in C
    in C

    Regarding limits.h in C

    Hi All,
    According to the C standard the size of int may vary depending on the machine type. I checked in limits.h file in Cygwin, the value of int is fixed to 4 bytes i.e UINT then how this value will become 2 bytes in other system as in limits.h this value is fixed.?

    can any one explain me...

    Regards
    -Pradeepp
    See more | Go to post

  • pradeepp
    started a topic Regarding Type Checking in C
    in C

    Regarding Type Checking in C

    Hi All,
    I have one small doubt in C
    I have written a below program

    int main()
    {
    float a;
    int b;
    long c

    c =a + b;
    }

    my question is when the type cheking will happen.
    How should compiler will know a flaot, b int and c is long during execution.
    Where these are stored... in map file?

    Can any one explain me...
    See more | Go to post

  • pradeepp
    started a topic Question related to Strings in C language
    in C

    Question related to Strings in C language

    In C all the Strings end with \0 character.
    My question is who will and when this character get appended.
    I mean which part of compilation process.

    Please help me to understand this.
    See more | Go to post
No activity results to display
Show More
Working...