0

Why is #inlcude is used in c n c++ ??

29th Mar 2018, 5:50 AM
Abhijnana Hk
Abhijnana Hk - avatar
1 ответ
+ 2
#include includes some necessary header files to your program....... for example..... #include<stdio.h> is header file for C language . this header files contains some built-in functions... like printf() scanf() etc... to use those functions you need to include those header files and gou can include header files by using #include
29th Mar 2018, 5:55 AM
Raj Chhatrala
Raj Chhatrala - avatar