Quantcast
Channel: CodeChef Discuss - latest questions
Viewing all articles
Browse latest Browse all 40121

Need help with Compilation error (Works fine with Dev C++)

$
0
0

Can someone kindly help me find the error ? The code is running fine in Dev C++.

prog.c: In function �main�: prog.c:8:25: error: expected �)� before �x� if((x%5==0)&&(float(x)<=y-0.50)) ^ prog.c:8:27: error: expected �)� before �<=� token if((x%5==0)&&(float(x)<=y-0.50)) ^

Thanks


Viewing all articles
Browse latest Browse all 40121

Trending Articles