Why enum can not be used directly with printf function?

Submitted by: Administrator
enum is not an basic data type like int,float and all it is
a user defined data type, and printf function works only
with basic data type, we 've overload printf function to
make it work for user defined data types :)
Submitted by: Administrator

Read Online OS Data Structures Job Interview Questions And Answers