Any C programmer who\'s been working for more than a week has encountered crashes that result from calling printf with more format specifiers than actual argume
All the arguments will be pushed on the stack and removed if the stack frame is removed. this behaviour is independend from a specific processor. (I only remember a mainframe which had no stack, designed in 70s) So, yes the second example wont't fail.