Skip to content

9주차 3번 문제 이차원 배열에 접근하는 법 관련해서 질문 있습니다. #28

Description

@bakyoungseo

2차원 배열
int image[5][5];
int mask[3][3];
int result[3][3];

얘네한테 접근할 때
int (*a)[5]= image;
int (*b)[3]=mask;
int (*c)[3]=result;

이렇게 접근해서 푸는 거 맞나요?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions