#include #include void gcd(int,int); void main() { int a,b,t; clrscr(); printf("\nEnter two numbers : "); scanf("%d%d",&a,&b); if(a