About output of code

in the code of extended euclid algorithm , i got an error “return statement with no value” my code is here https://ide.codingblocks.com/s/234114

hello @abhisek905
your function return type is int and u are returning nothing thats why it is showing error.

a) declare ur function of void return type.
b)
image
first call the function Extennded.
then print GCD.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.