c語言 任意整數進制轉換n 輸出

#include "stdafx.h" #include <windows.h> #include <stdlib.h> #include <stdio.h> char* fn(int n,int count ) {     char hex[16]={'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'}; char re
相關文章
相關標籤/搜索