C
Programming and Technical
Logical Reasoning
Letter Series
Q. In header files whether functions are declared or defined?
A. Functions are declared within header file. That is function prototypes exist in a header file,not function bodies. They are defined in library (lib).
Read Solution (Total 1)
-
- functions are defined
- 10 years agoHelpfull: Yes(2) No(2)
C Other Question