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