hi,Im learning c from a book written prior to today's ANSI standard and I noticed some things are quite different
1-Must a function which is called in a file before
it is defined,be declared with function prototype?
2-Can a Function prototype be declared in each function that calls this particular function,instead of being declared in the beginning of the file?
3-How about function that is defined before it is declared?
Is then function prototype not needed?
thank you
1-Must a function which is called in a file before
it is defined,be declared with function prototype?
2-Can a Function prototype be declared in each function that calls this particular function,instead of being declared in the beginning of the file?
3-How about function that is defined before it is declared?
Is then function prototype not needed?
thank you