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

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

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