Object declared in main() function _____________
(a) Can be used by any other function
(b) Can be used by main() function of any other program
(c) Can’t be used by any other function
(d) Can be accessed using scope resolution operator
This question was posed to me in homework.
My enquiry is from Objects topic in section OOPs Concept & Features of Object Oriented Programming