C - Operators and Expressions
What will be printed by this code?
int x = 0;
char* result = (x) ? "True" : "False";
printf("%s", result);int x = 0;
char* result = (x) ? "True" : "False";
printf("%s", result);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions