6.18 "C" Language Constructs - 4
6.18 "C" Language Constructs - 4
return
expression
opt
;
The optional expression is the returned value.
If nothing is explicitly returned, the returned value is garbage.
The returned value is coerced into the type of the function.
"Running" into the closing
}
will also return control from a function.
Instructor: Louis Taber,
louis.taber.at.pima at gmail dot com
(520) 206-6850
My web
site
in
Cleveland
,
OH
The
Pima Community College
web site
6.18 "C" Language Constructs - 4