[Solved] ERROR in GCD calculation using Function in C language [closed]


switch the position of these two lines:

int main(void)

int gcd(int,int);

also, elseif -> else if

2

solved ERROR in GCD calculation using Function in C language [closed]