i tried the following code in gcc and c-free and i got two different
outputs

#include<stdio.h>
int main()
{
int p;
p=5;
printf("%f",p);
return 0;
}

which of the compilers should i trust

help please

output gcc
-0.015234

output c-free
0.000000

-- 
l...@iitd - http://tinyurl.com/ycueutm

Subscription settings: http://groups.google.com/group/iitdlug/subscribe?hl=en

Reply via email to