5
Çift baskı için doğru format belirleyici
doublePrintf için doğru format belirleyici nedir ? Öyle mi %f, değil %lfmi? İnanıyorum %fama emin değilim. Kod örneği #include <stdio.h> int main() { double d = 1.4; printf("%lf", d); // Is this wrong? }