0 / 60 seg.

What is printed for this code?

int val = 0;
val = 1.5;
printf("%d", val);