What would be the output of the following program?
main()
{
float a = 0.7;
if ( a < 0.7f )
printf ( " C ");
else
Printf ( " C++ ");
}5
959 5b5cc7dde4d2b419777515e5
Q: What would be the output of the following program? main() { float a = 0.7; if ( a < 0.7f ) printf ( " C "); else Printf ( " C++ "); }
- Show Answer
- Workspace
- Discuss