How do these 2 ways of printing floats with decimal part differs?
#include using namespace std; int main() { float n; cin >> n; printf(&