What is the output of this 👇🏻 Code?
#include stdio.h
int main(){
int n = 50;
if (n = 65) {
if (n = 95) {
printf("Good");
}
else
printf("Pass");
}
else
printf("Fail");
}



Posted on by