#include stdio.h
#includemath.h
int main()
{
int a=1,b=2,c=1;
c+=(-c)?a:b;
printf("the output is C=%d",c);
}
What is the output

Posted on by