Computer Science, asked by neeraj7500728999, 4 months ago

#include <stdio.h>
int main()
{
short x=0, y=1;


if(x==0) if (y) printf("hi y is %d\n",y);
if(y==1) if (x) printf("hi x is %d\n",x);
}​

Answers

Answered by spunithkumar46
1

did u want to know output?

Similar questions