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
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is integer constants?
Why is c so powerful?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is a keyword?
Explain Function Pointer?
What was noalias and what ever happened to it?
praagnovation
What should malloc() do?
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
How many identifiers are there in c?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Why C language is a procedural language?
What are the various types of control structures in programming?
Explain how can you check to see whether a symbol is defined?