621 views
0 votes
0 votes
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",num);
    return 0;

Please log in or register to answer this question.

No related questions found