while for
while
15.2 Controlling The Loop
————
C
while eof InputFile && MoreDataAvailable
{
}
eof InPutFile
MoreDataAvailable
15.2.1
C FOREVER
c
c
define FOREVER for
while for
while
15.2 Controlling The Loop
while eof InputFile && MoreDataAvailable
{
eof InPutFile
MoreDataAvailable
15.2.1
c
c
define FOREVER for