c preprocessor directives | macro substitution, file inclusion and compiler control directives |

preview_player
Показать описание
processor directives like macro substitution, file inclusion and compiler control directives with examples
Рекомендации по теме
Комментарии
Автор

mam, you are doing a great job. i really appreciate your effort.

rikkimalik
Автор

Mam good explanation mam
I appreciate your teaching skills

geetakrishna
Автор

09:49 You can't represent header files in both format. Only user created external header files comes within double quotation. Standard header files within <> .

For Example :
#include<stdio.h> //Standard Header file
#include"filex.h" // user created header file

sampoornamrs
Автор

Very clear explanation
Thank you so much medam

kishortv
Автор

nice explanation mam...I know the first two directives, I wanted to know abt the compiler control directives since the C header files contains many lines of that...

krishnaprasath
Автор

Hi, Ma'am you explained well then others YouTuber... Thanks for the notes with short but useful common program's ...
Because I am preparing short notes for better learning 👍🏻

kamalkishor
Автор

There is one problem, at the end of the derective there should not be any semicolon. But it's a very good video. Thank you mam

stlsebu
Автор

Mam there is a mistake in "macro substitution" you declare the macro substitution, why you should keep semicolon
#define wait clrscr()
This is right. Your explanation good mam

rasi
Автор

Nice but we unable to understand English as compare to hindi our teacher teach in English so we search for hindi explanation but here also same

shubhamsatav
Автор

in preprocessing what happens to 3rd type of directives

vishwanthkandibanda
Автор

Can you explain difference between macros and preprocessor

rohinikarale
Автор

Mam, you have not explained about types of macro substitution.
Anyway, explanation is clear

Ajayramisetti
Автор

Explanation is good but you have to explain more clearly for beginners

rajashekhar
Автор

Mam is there any type of difference between written the header files in quotation and normal written..??

amitparmar
Автор

6:35 but we can't use ; in macro definition...

rahuldevlenka