Computer Science, asked by shubhamjha9522, 5 months ago

10.
What will be the output of this program?
#include <stdio.h>
using namespace std;
int array1[] = {1200, 200, 2300, 1230, 1543];
int array2[] = {12, 14, 16, 18, 20);
int temp, result
int main()
{
for (temp = 0; temp < 5; temp++) {
result += array1[temp];
3
for (temp = 0; temp < 4; temp++) {
result += array2[temp];
3
cout << result;
return ;
N​

Answers

Answered by dhyeygajjar5363
0

Answer:

01110111110101101011010010 is the answer

Similar questions