Today in my interview, the interviewer asked: printf is a function and every function returns something; int, void, float, etc. Now what does printf return as it\'s a funct
printf()'s reference from MSDN:
printf()
Returns the number of characters printed, or a negative value if an error occurs.