Vidyalelo
C++ Programming · Q984

C++ miscellaneous

Programming · C++ Programming · question 984

Q984

What will be the output of the following C++ code? #include using namespace std; template void loopIt(T x) T val[count]; for(int ii = 0; ii (xx);

A.
2.1
B.
3.1
C.
2.1
3.1
4.1
Answer
D.
4.1

Answer: Option C

Solution

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