✪ Choose the correct option.
Predict the output of following code:
main()
{
int a=2;
if(a-- , --a, a)
printf("Tom");
else
printf("Jerry");
}

✪ Choose the correct option.
Predict the output of following code:
main()
{
int a=2;
if(a-- , --a, a)
printf("Tom");
else
printf("Jerry");
}