include Preprocessor Directive In C Program

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

Usually you can see these “include” directive at the very top of your source code. It’s called a preprocessor.

All preprocessor statements in C start with a hash(#) symbol. include directive is similar to imports statement in Java.

This “include” directive causes one file to be included in another. For example, when we include stdio.h (header file) in our above program, all the content(code) gets imported or included in our program source code. This way we can make use of any function present inside stdio.h library file in our c program.

C Programming: Beginner To Advance To Expert

Рекомендации по теме
Комментарии
Автор

#Include <conio.h > kis liye use hota hai ??

Shivi_
Автор

Hi..
How can i include graphics.h ?
You are genius..

Please release lectures on graphics with c and cpp plus windows programming

virendrakshatriya
visit shbcf.ru