main()
{
float f1=10.5;
double db1=10.5
if(f1==db1)
printf("a");
else
printf("b")
}

Answer Posted / sweet angel

the answer is a.

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why header file is used in c?

569


What is string constants?

653


Can we use any name in place of argv and argc as command line arguments?

603


What is double pointer?

554


When should you not use a type cast?

651






Explain what are the standard predefined macros?

645


how can f be used for both float and double arguments in printf? Are not they different types?

602


differentiate built-in functions and user – defined functions.

613


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

641


What is difference between scanf and gets?

606


write a program to generate address labels using structures?

3999


What is auto keyword in c?

783


How can you find the exact size of a data type in c?

592


How do I use strcmp?

632


What is a #include preprocessor?

608