True or False: The value that will be displayed for element arrayz [4] is 85. #include int main() int arrayx [
Posted: Sun May 15, 2022 7:53 am
True or False: The value that will be displayed for element arrayz [4] is 85. #include <stdio.h> int main() int arrayx [] {30, 70, 50, 40, 80); int arrayy) = {1, 2, 3, 4, 5); int arrayz [5]; int ; for ( = 0; j < 5; j++) 1 array2 ( arrayx[] * arrayy[ 1+1]; 3 printf("%d\n", arrayz [4]); return 0; True False