Find the output of the given program or error if any, and give the answer of the program in binary language.
int main()
{
int a=7, b=15, c;
c=a|b;
printf(the result comes out to be is :- %d,c);
getche();
}
Reveal answer
Fill a bubble to check yourself