#include #include int main() { int *arr[3]; for (int i = 0; i < 3; i++) { arr[i] = (int *)malloc(sizeof(int) * 3