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


Please Help Members By Posting Answers For Below Questions

Which node is more powerful and can handle local information processing or graphics processing?

1086


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

1027


What is the role of this pointer?

769


how do you programme Carrier Sense Multiple Access

1733


What are the 5 data types?

791


Are the expressions * ptr ++ and ++ * ptr same?

873


Can you add pointers together? Why would you?

888


What are local static variables? How can you use them?

856


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

878


What is the use of void pointer and null pointer in c language?

860


What are the rules for identifiers in c?

827


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

1842


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1769


Can the size of an array be declared at runtime?

819


int i=10; printf("%d %d %d", i, i=20, i);

1310