Skip to content

Instantly share code, notes, and snippets.

@raulgonsales
Created October 21, 2016 17:35
Show Gist options
  • Save raulgonsales/532e174c3a36ec7d77fca8ec45884ed5 to your computer and use it in GitHub Desktop.
Save raulgonsales/532e174c3a36ec7d77fca8ec45884ed5 to your computer and use it in GitHub Desktop.
#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