Why Are Functions Extern By Default #1305
Why are functions extern by default?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Memory Allocation & Scope of Variable - OOPs MCQ: Extern Variable - Quiz No.2.
Why are functions extern by default?
Because functions are always private
Because those are not visible throughout the program
Because those can’t be accessed in all parts of the program
Because those are visible throughout the program