what does ‘#include’ mean?



what does ‘#include’ mean?..

Answer / 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

More C Interview Questions

What is typedef struct in c?

0 Answers  


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

0 Answers   TCS,


Where static variables are stored in c?

0 Answers  


What is #line used for?

0 Answers  


what is a void pointer?

2 Answers  






What is void c?

0 Answers  


What are preprocessor directives in c?

0 Answers  


What is pointers in c with example?

0 Answers  


Where is volatile variable stored?

0 Answers  


List some of the dynamic data structures in C?

0 Answers  


write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.

1 Answers  


explain what are actual arguments?

0 Answers  


Categories