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

Delphi change the assembly code of a running process -

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

C++ 11 "class" keyword -