Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
            case 6: printf( "case6\n" ); break;
        }
    }
    
  2. or download this
        .386p
        ifdef ??version
    ...
        ?debug    D "e:\Bcc55\include\stdio.h" 10459 12320
        ?debug    D "test.c" 12119 1102
        end
    
  3. or download this
       ;        switch ( 4 ) {
       ;    
    ...
       ;            case 1: printf( "case1\n" ); break;
       ;    
    @9: