"#include int main() { int arr[][4]={ {12,23,34,45}, {56,67,78,89} }; int **ptr=NULL; ptr=(int **)arr; printf("n The array first element ...
確定! 回上一頁