@@ -25,7 +25,7 @@ int (*Object_vtable[])(); // an array of pointers to function returning int
::right::
## Exercise
### Exercise I
Discuss with your teammates and read these declarations out loud:
...
...
@@ -36,3 +36,7 @@ Discuss with your teammates and read these declarations out loud:
-`int *(*(*(*b)())[10])();`
-`char *strprt( char (*)( int ), unsigned char );`
-`int (*const ab[])( unsigned int );`
### Exercise II
Implementing higher order functions in C, see [exercises/higher-order-func](https://git.imp.fu-berlin.de/mactavish96/alp4-tutorials/-/tree/tutorial-2/exercises/higher-oder-func)