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 / suresh

love c

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to build a exercise findig min number of e heap with list imlemented?

1612


Why is c faster?

592


Explain union. What are its advantages?

619


Explain Basic concepts of C language?

646


What is the benefit of using #define to declare a constant?

608






What is function and its example?

628


Where local variables are stored in c?

556


Can you think of a logic behind the game minesweeper.

2010


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

1928


what is the different bitween abap and abap-hr?

1744


Can math operations be performed on a void pointer?

589


What is meant by gets in c?

609


How can you call a function, given its name as a string?

714


Explain how do you print an address?

659


Difference between linking and loading?

695