[ create a new paste ] login | about

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

kamarakay2000 - C, pasted on Apr 9:
1
2
3
4
5
6
#include<stdio.h>
int main(void){
unsigned int a = 5;
printf("The value is :%u",a);
return 0;
}


Output:
1
The value is :5


Create a new paste based on this one


Comments: