=================== Functions and Loops =================== Complete function `factorial` in the following code snippet using - first a for-loop, - second a while-loop and - third with goto and if statements Each variant should be equivalent to each other. :import: session03/factorial_loop.c :navigate: up -> doc:index back -> doc:session03/page01 next -> doc:session03/page03