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
Is c easy to learn?
Why we use break in c?
What are pointers really good for, anyway?
Explain high-order and low-order bytes.
Why is not a pointer null after calling free?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
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
What is a class c rental property?
What are the complete rules for header file searching?
What is the difference between struct and union in C?
What does sizeof return c?
What is a stream in c programming?
Why we use void main in c?
What is c language used for?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.