Find out the output of the given program, if any, or find out the error. 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);
}
Reveal answer
Fill a bubble to check yourself