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

write a program to rearrange the array such way that all even elements should come first and next come odd

1760


What is the difference between #include and #include 'file' ?

604


Explain what is a pragma?

594


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

671


given post order,in order construct the corresponding binary tree

2323






Why we use stdio h in c?

579


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

578


How can I discover how many arguments a function was actually called with?

635


Explain what is meant by high-order and low-order bytes?

635


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5056


Who is the founder of c language?

684


How would you rename a function in C?

620


What is hashing in c?

642


Explain data types & how many data types supported by c?

586


What is the function of this pointer?

674