What is the output of the code?
#includestudio.h
int main()
{
int a=5,c,d;
c=(a&a);
d=(a && a);
printf("%d%d%d",a,c,d);
}





Posted on by