whats the diffrence between = and ==? in the following program if i replace = with == the square root of 5 comes out to be 134513664..




main()
{
int num;
printf("Hello,...