why we use "include" word before calling the header file. is there any special name for that include??????
Answer / 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 |
Is a house a mass structure?
How can my program discover the complete pathname to the executable from which it was invoked?
How the c program is executed?
Can two or more operators such as and be combined in a single line of program code?
program to find the roots of a quardratic equation
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What are macros in C?
size maximum allocated by calloc()
How are pointers declared in c?
Write a program to generate random numbers in c?
Was 2000 a leap year?
Explain the bubble sort algorithm.