? printf("a is five\n") : printf("a is not five\n");
printf("value of a is %d\n",a);
return 0;
}
??
Solution
why a ternary?
Обсуждают сегодня