[ create a new paste ] login | about

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

C, pasted on Mar 24:
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>
main()
{
 double a,b,c;
c=0.0174532925;
b=a*c;
printf("a is 5%d",b);

printf("radian of 5 is %d",b);
}


Output:
1
2
a is 50radian of 5 is 0
Exited: ExitFailure 16


Create a new paste based on this one


Comments: