cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
What is function prototype scope?
What is function prototype scope?
Jun 24, 2010 at 8:38pm UTC
krishan22
(13)
Hi friends, could you explain me
what is function prototype scope?
, examples are great for me.
Jun 24, 2010 at 11:33pm UTC
Zhuge
(4664)
http://lmgtfy.com/?q=function+prototype+scope
Jun 25, 2010 at 8:41am UTC
closed account (
z05DSL3A
)
A
name
that is in the parameter list of a function prototype has
function prototype scope
. This basically means that the scope is from the point it is declared till the closing parenthesis of the function prototype.
Topic archived. No new replies allowed.