answersLogoWhite

0

Infinite execution is obtained by,

#include

main( )

{

int i;

for(i=1;i>0;i++)

{

printf(''/n%d'',i);

}

}

User Avatar

Wiki User

13y ago

What else can I help you with?