#include<stdio.h> #include<stdlib.h> #include<string.h> //using namespace std; char *get16String(long num) { int i=0; char* buffer=(char*)malloc(11); char* temp; buffer[0]='0'; buffer[1]='x'; buffer[10]='