[ create a new paste ] login | about

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

C, pasted on Mar 25:
1
2
3
4
5
6
#include<stdio.h>
void main()
{
int c=30;
printf("%100",c);
}


Output:
No errors or program output.


Create a new paste based on this one


Comments: