|
printing FLOAT data type on the terminal window
I have a question -
can i print float variable on the terminal window?
for example:
------------------------------------
float a=2.555;
a*=4.5;
printf("a = %f", a);
------------------------------------
does the RC prints float vriables on the IFILoader's Terminal Window?
|