what does ‘#include’ mean?

Answer Posted / vatsava

This is a preprocessor directive & causes one file to be
included into another. Whenever we #include a file it
causes the entire contents of the file to be inserted into
the source code

Is This Answer Correct ?    20 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between linking and loading?

699


what is the significance of static storage class specifier?

1667


What is a static variable in c?

673


What is nested structure?

581


What is the difference between text and binary modes?

652






What are header files in c programming?

660


State the difference between realloc and free.

641


what value is returned to operating system after program execution?

1608


I heard that you have to include stdio.h before calling printf. Why?

594


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1747


Is main a keyword in c?

640


Can we assign string to char pointer?

594


Is null always defined as 0(zero)?

619


Can a pointer point to null?

594


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

671