C descriptor for double on Linux -



C descriptor for double on Linux -

what descriptor double in c? when utilize

printf("%d",x)

and x double variable says warning %d expects int argument, while x double.

printf("%f", x);

when x double variable.

double

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -