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 / kumar
love c
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
What is c programming structure?
What is your stream meaning?
What does %2f mean in c?
Describe static function with its usage?
What is the use of ?
Explain the Difference between the New and Malloc keyword.
Write a program to implement queue.
Why do we need arrays in c?
How can you call a function, given its name as a string?
Explain which function in c can be used to append a string to another string?
What are the different types of control structures?
How can I get back to the interactive keyboard if stdin is redirected?
What is pre-emptive data structure and explain it with example?
Calculate 1*2*3*____*n using recursive function??
What is the acronym for ansi?