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
Is return a keyword in c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Is c programming hard?
What is a 'null pointer assignment' error?
What is a static function in c?
Differentiate call by value and call by reference?
What is the value of uninitialized variable in c?
Why is event driven programming or procedural programming, better within specific scenario?
Can include files be nested? How many levels deep can include files be nested?
What is chain pointer in c?
What does the file stdio.h contain?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Write a program to swap two numbers without using third variable in c?
Does c have function or method?