What is forward reference in C with respect to pointers?
Can I get an example?
Forward references allow C compiler to do less passes and significantly reduces compilation time. It is probably was important some 20 years ago when computers was much slower and compliers less efficient.