Vidyalelo
C++ Programming · Q208

C++ miscellaneous

Programming · C++ Programming · question 208

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
Answer
B.
12
2
C.
10000
256
D.
Error

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board