[ create a new paste ] login | about

Link: http://codepad.org/LLweoeHp    [ raw code | output | fork ]

C, pasted on Jul 10:
1
2
3
4
5
6
7
int main(void)
{
    float t = 0.1f;

    printf("and the result is: %f\n", t);
    return 0;
}


Output:
1
and the result is: 0.100000


Create a new paste based on this one


Comments: