Recent questions tagged conditional-operator

0 votes
0 answers
1
What is the output? and how? #include<stdio.h>int main(){ int var=75; int var2=56; int num; num=sizeof(var)?(var2>23?((var==75)?'A':0):0):0; printf("%d...
To see more, click for the full list of questions or popular tags.