Computer Science, asked by rohith112233, 2 months ago

10)
What if the output of the program below?
#include <stdio.h>
int main()
{
int a= 1, b=-1, c=0, d;
d=+ta && Hb || C--;
if (d)
printf("Kolkata \n");
else if(c)
printf("Delhi \n");
else
printf("Bangalore \n");
return 0;
}​

Answers

Answered by Ansh9890
0

Answer:

It will be in loop statement

Similar questions