[ create a new paste ] login | about

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

C, pasted on Sep 3:
1
2
3
4
5
6
#include<stdio.h>
void main()
{
int a=10;
printf("%d a=",a);
}


Output:
1
10 a=


Create a new paste based on this one


Comments: