Recent questions and answers in Puzzles

1 votes
1 answer
4
main() { int arr2D[3][3]; printf("%d\n", ((arr2D==* arr2D)&&(* arr2D == arr2D[0])) ); }
Help get things started by asking a question.