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
Post a Comment