fork download
  1. #include <stdio.h>
  2.  
  3. if __neme__ == '__main__':
  4. print 'Hi, my name is'
  5.  
  6.  
  7.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:3:1: error: expected identifier or ‘(’ before ‘if’
 if __neme__ == '__main__':
 ^~
prog.c:3:16: warning: character constant too long for its type
 if __neme__ == '__main__':
                ^~~~~~~~~~
prog.c:4:8: warning: character constant too long for its type
  print 'Hi, my name is'
        ^~~~~~~~~~~~~~~~
stdout
Standard output is empty