[main()

float a=0.7;
while(a<0.7)
{
printf("true statement");
}
}


how this is a true statement???
though i got some explanation, i'm not satisfied
can any1 giv me a exact reason???

Read the Equality section of this article.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.