problem in printing floating point
Posted
by kudi
on Stack Overflow
See other posts from Stack Overflow
or by kudi
Published on 2009-12-16T10:28:28Z
Indexed on
2010/04/02
11:03 UTC
Read the original article
Hit count: 220
hi I am using IAR c compiler, I am trying to print floating point value like
printf("version number: %f\n",1.4);
but I am always getting like below in console
version number:ERROR
help please thanks in advance kudi
© Stack Overflow or respective owner