C语言十进制转换为十六进制 C语言十进制转换为十六进制完整源码 C语言十进制转换为十六进制完整源码 #include <stdio.h> void decimal2Hexadecimal(long num); int main() { long decimalnum