#include stdio.h
int main(){
int n = 65;
if (n = 75) {
if (n = 95) {
printf("Excellent");
}
else
printf("Pass");
}
else
printf("Fail");
}

Guess the output of the following code :-

Posted on by