Pl. help me to understand the output
#include<stdio.h>
int main(void)
{
float a=4.0;
int b=2;
printf("%f\n%d\n%f",b/a,b/a,b/a);
return 0;
}
Output
0.500000
0
0.000000
---------------------------------
Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos.
[Non-text portions of this message have been removed]
