[ create a new paste ] login | about

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

C, pasted on May 24:
1
2
3
4
5
6
7
8
9
#include <stdio.h>
//pictobin(string ){

//}
int main()
{
  char name[];
  printf("azazaza");
}


Output:
1
2
In function 'main':
Line 7: error: array size missing in 'name'


Create a new paste based on this one


Comments: