Q865
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 (c); cout<<var<<endl; return 0;
A.
5.5
B.
a
C.
5.5
a
Answera
D.
Error
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board