$ 0 0 C言語のポインタに関する記載 以下のコードを解説していく。 #include <stdio.h> #include <stdlib.h> int main(){ int* pointer; int …