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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -