[ create a new paste ] login | about

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

C, pasted on Nov 25:
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>

void main ()
{
   int size = 5 ;
   int arr [size] ;

printf ("Ok");

}


Output:
1
Ok


Create a new paste based on this one


Comments: