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.- [c-prog] help needed sudhi chaussalkar
- Re: [c-prog] help needed Brett McCoy
- Re: [c-prog] help needed Vic Wagner
