Find the output of the following program

#includestdio.h
void main()
{
int a=5,b=26;
printf("%d",a2|b);
}

Posted on by