Question: 12) In the following statements about variable scope, which is INCORRECT? The scope of an identifier is the portion of the program in which the
12) In the following statements about variable scope, which is INCORRECT? The scope of an identifier is the portion of the program in which the identifier can be referenced. B. A variable declared outside any function has function scope e identifiers defined inside a block, which is identified by a pair of "()", have block scope D. The identifiers used in the parameter list of a function prototype have function-prototype scope
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
