int main(){
float f=8.0;
if(f==8.0)
printf("good");
else
printf("bad");
}
what is the answere and explain it?

Answer Posted / pratima

BAD

Is This Answer Correct ?    10 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why can’t we compare structures?

806


Can we increase size of array in c?

534


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3120


What is static identifier?

701


How is = symbol different from == symbol in c programming?

607






How does free() know explain how much memory to release?

616


What is null pointer in c?

589


What does return 1 means in c?

579


How main function is called in c?

622


Differentiate between functions getch() and getche().

618


What is restrict keyword in c?

638


write a program to find the given number is prime or not

3834


about c language

1597


What is structure padding in c?

621


Can main () be called recursively?

623