home *** CD-ROM | disk | FTP | other *** search
/ C by Discovery (4th Edition) / C_By_Discovery_4th_Edition.tar / C_By_Discovery_4th_Edition / CH_01 / 047.jpg < prev    next >
Joint Photographic Experts Group Image  |  2014-01-06  |  840KB  |  2550x3300
Labels: book | poster | reckoner
OCR: Introduction to Functions and Structured Programming in C When execution reaches any return statement the function stops exccuting and icate with the rest parame of tional control return S things statement returned happen to when appearing the that position in a statement function immediately is is executed. followed after by the First an the function expression, expression call. two When eval- addi- the function notation. For exam- uated Second, when the function stops executing, returns the value of the expression its calling environment That value can be ignored, used and carded Or stored in variable with an assignment statement To complete the imp lementation ofthe mathematical function f(x) the executable code in the function block for f should be return The function's prototype decla ...