c言語のポインターでint a = 10; int *b = &a; int **c = &b;の時、int *c = &b;にするとエラーになる created-2026/04/01 updated-2026/04/01