Most viewed questions in Puzzles

1 votes
1 answer
2
main() { int arr2D[3][3]; printf("%d\n", ((arr2D==* arr2D)&&(* arr2D == arr2D[0])) ); }
To see more, click for the full list of questions or popular tags.