Built-in Preprocessor Directive: C Program
Satish B
https://technotip.com/8625/predefined-macros-in-c-programming-language/
In today's video tutorial lets look at couple of predefined Macros in C programming Language.
Uses of Predefined Macros It’s very useful for developers while debugging the code, in a large project. Using these predefined macros you could write less code and integrate more features into the program. For example, to get current system date/time and timestamp you need not write lengthy code, just write the predefined macro and use the output in your source code.
Predefined Macros FILE DATE TIME TIMESTAMP LINE STDC func PRETTY_FUNCTION
C Programming Interview / Viva Q&A List https://technotip.com/6378/c-programming-interview-viva-qa-list/
C Programming: Beginner To Advance To Expert https://technotip.com/6086/c-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=kcBc26sp_o0
8220193 Bytes