#include <stdio.h>
#include <conio.h>
void recursive(int x,int y)
{
Â* Â*static int i=y--,a=0;
Â* Â*switch(++a){
Â* Â*case 1:
Â* Â*
printf("%c",(int)0x55); break;
Â* Â* Â* Â*case 2:
Â* Â*
printf("%c",(int)0x42); break;
Â* Â*case 3: Â* Â*
Â* Â*
printf("%c",(int)0x41); break;
Â* Â*}
Â* if(x!=y)
Â* Â*recursive(i--,y);
Â*
}
void main()
{
Â* Â* unsigned long x=0x48;
Â* Â* int y=x<<=1;
Â* Â*
Â* Â*
printf("%c",(y+x)-(int)0xd

;
Â* Â*recursive(x,y);
Â* Â*
printf("%c!",(int)0x47);
Â* Â*
}
kani lang kay sayon ra! dli kaau complicated!
try to answer this!
show ur solutions!