Why do people say 'extern' is error prone ?
yet i see so many good codes which make extensive usage of extern
keyword. I myself need to make certain data visible throughout the
program..is it advisable to use extern or just pass the variables,
reutrn them etc etc ?
|