Help for this page

Select Code to Download


  1. or download this
    #include <windows.h>
    
    ...
     int OUT = 7;
     return 0;
    }
    
  2. or download this
    try.c: In function 'main':
    try.c:4:10: error: expected identifier or '(' before '=' token
      int OUT = 7;
              ^