#include<stdio. h>
#include<math.h >
#include<conio. h>

void main()
{
printf("%d",(36 .0));
getch();
}
how output is 0