what is the output?

#includestdio.h
int main(){
float me = 5.25;
double khushi = 5.25;
if(me == khushi)
printf("right");
else
printf("worng");
return 0;
}

Posted on by