How Does It Work? printf is called as a function functions get their arguments passed on the stack each format directive in a format string usually has a corresponding argument passed along for interpreting format directives printf walks up the stack expecting the right arguments to be there but if they don't...