c - Declaring a function number of times -


i came across c source function name declared multiple times in header file , in c files. know not wrong declaring functions numerous times question why should declare function many times?

we shouldn't. bad coding. these declarations must matched, otherwise there's going compilation error.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -