#include <stdio.h> int main() { int num; printf("10진수 입력값 %d\n",num); scanf("%d",&num); printf("16진수 변환값은 %x\n",num); printf("이진수 변환값은 %b",num); return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: