Hello everybody,<br><br>I was using a assignment suppression character in a program when i am getting this warning<br><br> <b>warning: format ‘%f’ expects type ‘float *’, but argument 3 has type ‘int *’</b><br><br>here is the code<br>
<br><a href="http://pastebin.com/mbd3f1e5">http://pastebin.com/mbd3f1e5</a><br>