What are .h files and what should I put in them?

Answer Posted / guest

Header files (also called ".h files") should generally contain
common declarations and macro, structure, and typedef
definitions, but not variable or function definitions.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1757


What is a structure member in c?

536


Explain the difference between call by value and call by reference in c language?

637


What are formal parameters?

649


Explain how are 16- and 32-bit numbers stored?

774






What is difference between far and near pointers?

597


What is scanf_s in c?

626


What are the types of data files?

719


Why n++ execute faster than n+1 ?

1826


What is static identifier?

693


What does the error 'Null Pointer Assignment' mean and what causes this error?

732


Compare and contrast compilers from interpreters.

675


What is meant by gets in c?

598


What is the advantage of c?

607


Why doesnt this code work?

609