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
User Profile
Collapse
-
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... -
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.
No activity results to display
Show More