Built-in Preprocessor Directive: C Program

preview_player
Показать описание

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

C Programming: Beginner To Advance To Expert
Рекомендации по теме
Комментарии
Автор

my one suggestion is please sperate the list of program according to the tropic.. finding the program is bit messy... IT is good u have one master playlist where all the program and rules regarding C is there... APART from that..u must create a separate playlist also for the separate tropic...

nbk