Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336 Which of the statements is correct about the program? #include<stdio.h> int main() { int arr[3][3] = {1, 2, 3, 4}; printf("%d\n", (((arr)))); return 0; } ?->(Show Answer!)
1. Which of the statements is correct about the program? #include<stdio.h> int main() { int arr[3][3] = {1, 2, 3, 4}; printf("%d\n", (((arr)))); return 0; }