I want to know how does printf (stdio library function) works? Does
this depand on complier (I am using gcc on Linix)
Does it uses some buffer in which it stores all what needed to be
printed and in end of program it prints that or something else.
this depand on complier (I am using gcc on Linix)
Does it uses some buffer in which it stores all what needed to be
printed and in end of program it prints that or something else.
Comment