ERRORS Question:

What is the error in the following code:
main()
{
int i=400,j;
j=(i*i)/i;
}

Tweet Share WhatsApp