what information does the header files contain?
Answer Posted / avinandan
Header files contain line- and field-oriented ASCII text
It contain declerations,macro definitions.
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What is enumerated data type in c?
What is the benefit of using const for declaring constants?
In which layer of the network datastructure format change is done
What are the loops in c?
What is the value of uninitialized variable in c?
Is c easy to learn?
Why do we use int main instead of void main in c?
What are different types of variables in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Write a factorial program using C.
What is the purpose of void in c?
Find MAXIMUM of three distinct integers using a single C statement
#include
Write a program to know whether the input number is an armstrong number.