Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336 Point out the correct statement will let you access the elements of the array using 'p' in the following program? #include<stdio.h> #include<stdlib.h> int main() { int i, j; int(p)[3]; p = (int()[3])malloc(3sizeof(p)); return 0; } ?->(Show Answer!)
1. Point out the correct statement will let you access the elements of the array using 'p' in the following program? #include<stdio.h> #include<stdlib.h> int main() { int i, j; int(p)[3]; p = (int()[3])malloc(3sizeof(p)); return 0; }