[ create a new paste ] login | about

Link: http://codepad.org/ip0uDm6C    [ raw code | output | fork | 2 comments ]

C, pasted on Dec 12:
1
2
3
4
#include<stdio.h>
void main()
{printf(" %f\n %f\n %f\n",.3e1,3e0,3e1);
} 


Output:
1
2
3
 3.000000
 3.000000
 30.000000


Create a new paste based on this one


Comments:
posted by samhu on Dec 23
#include<stdio.h>
void main()
{printf(" %f\n %f\n %f\n",.3e1,3e0,3e1);
}
reply
posted by samhu on Dec 23
#include<stdio.h>
void main()
{printf(" %f\n %f\n %f\n",.3e1,3e0,3e1);
}
reply