[ create a new paste ] login | about

Link: http://codepad.org/j6NThXUH    [ raw code | output | fork ]

slevy1ster - C, pasted on Jul 1:
1
2
3
4
5
6
#include <stdio.h>
main(){

  printf("\n%d\n",08);
  return 0;
}


Output:
1
Line 18: error: invalid digit "8" in octal constant


Create a new paste based on this one


Comments: