#include
#include
void main()
{
float a=1.3;
if(a==1.3)
printf("block1");
else
printf("block2");
}
The output is block 2 . But why? Please explain this...
Answers
Answered by
2
Answer:
hhgjmxbxjvhjv mjoxjjx
Similar questions