[ create a new paste ] login | about

Link: http://codepad.org/HMCw7AF7    [ raw code | output | fork | 1 comment ]

RogerPate - C, pasted on Mar 3:
1
2
3
4
int main() {
  char a[3][];
  return 0;
}


Output:
1
2
In function 'main':
Line 2: error: array type has incomplete element type


Create a new paste based on this one


Comments:
posted by RogerPate on Mar 3
reply