Computer Science, asked by aastha1612, 3 months ago

int main()
{
int a,b,c;
a = b = c = 10;
c = a++ || ++b && ++c;
printf("%d %d %d",c, a, b);
return 0;
}​

Answers

Answered by royalking1390
0

Answer:

ans is 16 shlok suisjjejejsnsnjs

Similar questions