#include ‹stdio.h> #include<math.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 of the program

Posted on by