Q. Which macro returns the current file name in C? (A) __LINE__ (B) __DATE__ (C) __FILE__ (D) __TIME__ ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) __FILE__ Explanation: __FILE__ gives the current filename in string format.