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
Define the scope of static variables.
Can a variable be both const and volatile?
Explain the meaning of keyword 'extern' in a function declaration.
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
How can you call a function, given its name as a string?
What is the purpose of & in scanf?
What is %lu in c?
Write a program to print “hello world” without using semicolon?
write a program to generate address labels using structures?
c language interview questions & answer
What type of function is main ()?
How do you search data in a data file using random access method?
Explain how do you search data in a data file using random access method?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none