#include <stdio.h> #include <stdlib.h> #include <string.h> int main(int argc, char* argv[]) { char c = '7'; int a = c - '0'; printf("%c\n", c); printf("%d\n", a); return 0; }
If you find our content useful and has helped you in the past, you can help the CodeVault community grow by becoming a CodeVault supporter