Q302
What will be the output of the following C++ code? #include using namespace std; template T multIt(T x) for(int ii = 0; ii (xx) << endl;
A.
2.1
B.
378.228
C.
2.1: 378.228
AnswerD.
376
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board