Alternative of struct tm
Does there exist any other alternative data structure instead of struct tm (having same memory allocated as this structure) ? So that I could use strftime without declaring <time.h> I am aware of the fact that relying on implicit declaration is not good,but I faced this question in an interview. EDIT: To be precise I was asked to print...