#include <stdio.h>int main(int argc, char* argv[]) { char *a; short *b; int *c; long int *d; float *e; double *f; printf("sizeof char*: ...
確定! 回上一頁