what information does the header files contain?
Answer Posted / mohancvk
the header files consists of file-inclusions,macro
definitions and declarations which get replaced with the
textual source code at preprocessor level ie., before
compilation process.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
Write a program to swap two numbers without using the third variable?
What is keyword in c?
There seem to be a few missing operators ..
Explain how can I remove the trailing spaces from a string?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is a loop?
Which node is more powerful and can handle local information processing or graphics processing?
What is a void * in c?
What is anagram in c?
Can i use “int” data type to store the value 32768? Why?
List some applications of c programming language?
How can I find out if there are characters available for reading?
Do you know pointer in c?
Explain how can I make sure that my program is the only one accessing a file?