Author: Stan Eisenstat
Subject: Re: [Cs223] Scope: Where An Identifier Has Meaning
Date: Wednesday, 04 Mar 2020, 07:14:52
> Message Posted By: Unknown
>
> In the Scope handout, something like this was written:
>
> void ONE {}
> void THREE (int);
>
> static void TWO
> (int A4)
> {
> // ONE() unknown; TWO() and THREE() known
> }
No, the last line in the handout was
// ONE() is known; TWO() and THREE() are unknown
=====
> I wonder if the ONE() unknown is a type, since I cannot see why ONE()
> would be unknown here
see above.
--Stan-
PREV
INDEX
NEXT