[ create a new paste ] login | about

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

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


Output:
1
The value is:-72


Create a new paste based on this one


Comments: