Created
October 21, 2016 17:35
-
-
Save raulgonsales/532e174c3a36ec7d77fca8ec45884ed5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include<stdio.h> | |
int main() | |
{ | |
int c; | |
char ch; | |
c=108;ch=c; | |
printf("%c",ch); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment