i wrote a c++ prgram
i have aproblem abt the output;
the program is as
#include<conio.h>
#include<iostream.h>
void main()
{
int i=1;
i=400*400/400;
cout<<i;
getch();
}
the output of this is =72
can somebody tell me that
is this any type of garbage value???????????