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 -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -