Q954
What will be the output of the following C++ code? #include #include using namespace std; int main() float val = 5.5; any var(val); cout<<var.type().name()<<endl; return 0;
A.
f
AnswerB.
d
C.
Pkc
D.
u
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board