sudhi chaussalkar wrote:
> hi guys,
>
> #include<iostream.h>
> #include<conio.h>
> void main( )
> {
>     int i;
>      i=400*400/400;
> cout<<i;
> getch( );
>
> }
>  & answer is 72 
>
> Please explain how answer of this is 72?
>   
nope, you're using an ancient compiler...   iostream.h ins't part of the 
standard (never was)
so...update yor compiler (you never said what it was) THEN maybe I'll 
look at it.

Reply via email to