#include <stdio.h> #include <stdlib.h> #include <float.h> int main (void) { double d; d = 2; printf("Ex 1: 2 in hex: %a\n\n",d);
確定! 回上一頁