#include <stdio.h> int arr[3]={1,2,3}; // 1. int* ptr=arr; //2. int(*ptr)[2]; //3.


2번은 배열을 저장하기위한 포인터변수 인데


3번은 머라고 봐야되나요?