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


Please Help Members By Posting Answers For Below Questions

Define the scope of static variables.

851


Can a variable be both const and volatile?

901


Explain the meaning of keyword 'extern' in a function declaration.

947


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

954


How can you call a function, given its name as a string?

930


What is the purpose of & in scanf?

863


What is %lu in c?

938


Write a program to print “hello world” without using semicolon?

910


write a program to generate address labels using structures?

4313


c language interview questions & answer

1717


What type of function is main ()?

820


How do you search data in a data file using random access method?

1101


Explain how do you search data in a data file using random access method?

915


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1441


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

994