Learn Together, Stay Connected.
#include <stdio.h> #include<math.h> int main() { char a; scanf("%d",&a); printf("%c",a); return 0; }
No comments