Page 1 of 1

Find the output of the following code. #include <bits/stdc++.h> using namespace std; void crossP(int A[], int B[], int

Posted: Wed Jul 13, 2022 6:16 pm
by answerhappygod
a) 1 2 5
b) -1 -5 -3
c) -6 -8 -1
d) -8 -6 -1