Exercise 8 Recursive Functions

Exercise 8 – Recursive Functions Informatik I für D-MAVT (FS 2013) Christian Schumacher [email protected] Organisatorisches  Nächster Mittwoch...
Author: Mavis May
1 downloads 3 Views 704KB Size
Exercise 8 – Recursive Functions Informatik I für D-MAVT (FS 2013)

Christian Schumacher [email protected]

Organisatorisches 

Nächster Mittwoch: 1. Mai



Übung 13

 Keine Übungsstunde  Übung 9  Ausgabe: 1. Mai, Abgabe: 15. Mai  Übung 10  Ausgabe: 8. Mai, Abgabe: 15. Mai  Vorbesprechungen beider Übungen am 8. Mai  Ausgabe mit Übung 12  Freiwillig, für jene, die das Testat knapp nicht erreichen  Testat neu: 9 von 13 statt 9 von 12 Übungen abgegeben a © M. Gross, ETH Zürich, 2013

Agenda 

Functions



Recursion

 Recap of basics  Passing arrays  Call by Value  Call by Reference

© M. Gross, ETH Zürich, 2013

Structure of a function return type function name

argument type

Argument name

int main ( int argc, char* argv[] )

argument list

{

cout