[ create a new paste ] login | about

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

slevy1ster - C, pasted on Jun 29:
1
2
3
4
5
6
7
8
9
#include <stdio.h>
#include <stdlib.h>

int main(){
int n = 0;
n = (7,225.36);
printf("%d",n);
return 0;
}


Output:
1
225


Create a new paste based on this one


Comments: