What is the output for the below program?
void main()
{
float me=1.1;
double you=1.1;
if(me==you)
printf("love c");
else
printf("know c");
}
Answer Posted / anuradha
know c because do not compare float and double values
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
how to build a exercise findig min number of e heap with list imlemented?
How do you define a function?
How many loops are there in c?
write a proram to reverse the string using switch case?
Explain continue keyword in c
Which is better malloc or calloc?
plz let me know how to become a telecom protocol tester. thank you.
main() { printf("hello"); fork(); }
What is wrong with this declaration?
Why clrscr is used after variable declaration?
how to make a scientific calculater ?
can we have joblib in a proc ?
Explain what are global variables and explain how do you declare them?
What does dm mean sexually?
How does selection sort work in c?