Vidyalelo
C++ Programming · Q302

C++ miscellaneous

Programming · C++ Programming · question 302

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
Answer
D.
376

Answer: Option C

Solution

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