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
Define Array of pointers.
What is abstract data structure in c?
Are there any problems with performing mathematical operations on different variable types?
Is c procedural or object oriented?
What is getch?
What is a node in c?
Explain 'bit masking'?
What are the string functions? List some string functions available in c.
What is the difference between the = symbol and == symbol?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What is a 'null pointer assignment' error?
What is a #include preprocessor?
What is wrong with this initialization?
Is flag a keyword in c?
How main function is called in c?