#include <stdio.h> #include <string.h> int main(void){ int i = 67; // ASCII 的'C' char s[8] = "Hi 1234"; printf("address of i: %p\naddress ...
確定! 回上一頁