Why does scanf() need "%lf" for doubles, when printf() is okay with just "%f"? Why does scanf() need "%lf" for doubles, when printf() is okay with just "%f"? c c