0

Why it appears there is no output?

https://code.sololearn.com/cEgnq3DJF7tG/?ref=app

3rd Apr 2020, 9:22 PM
Mohamad Alkaleeh
2 Respostas
0
Because you are not printing anything. Make this change in main() and it will show you the output. printf("%d",f(5)); OR int x = f (5); printf("%d",x);
3rd Apr 2020, 9:24 PM
Avinesh
Avinesh - avatar
0
😅😅 Yes Thank you
3rd Apr 2020, 9:31 PM
Mohamad Alkaleeh