|
| Total Answers and Comments: 3 |
Last Update: June 21, 2008 Asked by: lakshmi5783 |
|
| | |
|
Submitted by: rimi.mnnit
If a program is in several source files,the best arrangement is to place each definition in some relevant source(.c) file, with an external declaration of function n variables in a seperate header file that is included by #include at the front of each source file..
Above answer was rated as good by the following members: samcorp3, rajani_vaddepalli15 | Go To Top
|