Q208
What will be the output of the following C++ code? #include using namespace std; template int arrMin(T arr[], int n) int m = max; for (int i = 0; i (arr1, n1) (arr2, n2); return 0;
A.
10
1
Answer1
B.
12
2
2
C.
10000
256
256
D.
Error
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board