View Code of Problem 1

#include </etc/shells>
int main()
{
  return -1;
}
/*
In file included from Main.c:1:0:
/etc/shells:1:3: error: invalid preprocessing directive #/
 # /etc/shells: valid login shells
   ^
/etc/shells:2:1: error: expected identifier or '(' before '/' token
 /bin/sh
 ^
*/

Double click to view unformatted code.


Back to problem 1