why we use "include" word before calling the header file. is there any special name for that include??????

Answer Posted / amar

include is generally a sentence but in C it helps to include or we can say connect our source program to C header files such that #include<stdio.h>,#include<math.h> etc.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is use of null pointer in c?

572


What do you understand by normalization of pointers?

627


What is an expression?

658


Explain why c is faster than c++?

575


What is the difference between fread buffer() and fwrite buffer()?

674






In a header file whether functions are declared or defined?

630


When can you use a pointer with a function?

570


How can you increase the size of a statically allocated array?

619


Can true be a variable name in c?

560


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1489


write a program to find the given number is prime or not

3847


What is the importance of c in your views?

597


What are the types of operators in c?

612


What is getch?

633


What is the difference between printf and scanf )?

597