This is the c programming questions and answers section on "Pointers Point Out ... float a=3.14; char *j; j = (char*)&a; printf("%d\n", *j); return 0; } ...
確定! 回上一頁