Answer:
The output is 0, 1, 2, 0
Step-by-step explanation:
The C source code defines a void function called 'fun'. The fun function is a recursive function that is used to recursively count through a number excluding the last number, the function accepts an integer value to be counted.