Correct and detailed answer will be Upvoted else downvoted. Thank you! What will be the output of the following C++ code? #include using namespace std; int main() { float f1 = 0.5; double f2 = 0.5;...


Correct and detailed answer will be Upvoted else downvoted. Thank you!


What will be the output of the following C++ code?


#include
using namespace std;
int main()
{
float f1 = 0.5;
double f2 = 0.5;
if (f1 == 0.5f)
cout <>
else
cout < "not="">
return 0;
}



Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here