what information does the header files contain?
Answer Posted / dips
Header files contain the definations of the functions that
are to be used in the program.In order to recognise the
defined functions ex, printf, scanf etc you need to define
the header file STDIO.h where the defination of these
functions are declared.Which makes writting of the program
very easy
| Is This Answer Correct ? | 16 Yes | 12 No |
Post New Answer View All Answers
What is the use of pragma in embedded c?
What does nil mean in c?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
why wipro wase
What are the types of c language?
Who is the main contributor in designing the c language after dennis ritchie?
What is the meaning of 2d in c?
What are unions in c?
Which is best linux os?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Write a progarm to find the length of string using switch case?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is malloc return c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Can we change the value of constant variable in c?