C, Programming IT Nursery Why does scanf() need “%lf” for doubles, when printf() is okay with just “%f”? Why is it that scanf() needs the l in “%lf” when reading a double, when printf() can use “%f” regardless of whether its argument is a double or a... June 3, 2022 0 Comments