What is the output of the code?
#includestdio.h
int main()
{
int num=3;
if (num==2,3))
printf("GTR");
else
printf("RTX");
return 0;
}

Posted on by