#include <stdio.h> void main() { double n = 23458965.12124; int m = n; printf("%d", m); printf(" %lf", m); }
23458965, 0.000000
Previous Question Next Question
Your comments will be displayed only after manual approval.