1. Predict the output:
for (int a=10;a>=0;a-=3);
cout<<a; *
(1 Point)
O 10741
0 10 7 4 10
O error
Answers
Answered by
1
Answer:
Predict the output of the following C++ programs: Question 1: filter_none ... void a = 10, b = 10;. int c;. c = a + b;. cout << c;. return 0;. } ... int arr[3] = { &a, &b, &c .
Similar questions