In the following:
float n1= 3.0; double n2 = 3.0; long n3 = 2000000000L; long n4 = 1234567890L; printf("%f %Lf %ld %ld\\n", n1, n2, n3, n4);