Vidyalelo
C++ Programming · Q954

C++ miscellaneous

Programming · C++ Programming · question 954

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
Answer
B.
d
C.
Pkc
D.
u

Answer: Option A

Solution

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