Menu

[solved]-Arrays Output Following Program 7 Void Main Int 5 B 5 9 8 7 6 5 C 5 10 20 30 40 50 0 I5 C Q39028149

In C. Thank You.
(Arrays) What is the output of the following program #7 void main { int A[5] B[5 9, 8, 7, 6, 5} C[5], i 10, 20, 30, 40, 50},(Arrays) What is the output of the following program #7 void main { int A[5] B[5 9, 8, 7, 6, 5} C[5], i 10, 20, 30, 40, 50}, for (i 0; i5; i++) C[i] A[iB[i]; for (i 0; i5; i++) printf(” C[%d %d “, i, C[i]); C[O] A[0 B[0]; C[I] A[2]- B[3]; C[2] 103 for (i 0; i5; i++) printf(” C[%d]%d “, i, C[i]); Show transcribed image text (Arrays) What is the output of the following program #7 void main { int A[5] B[5 9, 8, 7, 6, 5} C[5], i 10, 20, 30, 40, 50}, for (i 0; i5; i++) C[i] A[iB[i]; for (i 0; i5; i++) printf(” C[%d %d “, i, C[i]); C[O] A[0 B[0]; C[I] A[2]- B[3]; C[2] 103 for (i 0; i5; i++) printf(” C[%d]%d “, i, C[i]);

Expert Answer


Answer to (Arrays) What is the output of the following program #7 void main { int A[5] B[5 9, 8, 7, 6, 5} C[5], i 10, 20, 30, 40, … . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *