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

Describe wild pointers in c?

640


Tell me when is a void pointer used?

648


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1661


Why & is used in scanf in c?

626


Differentiate between Macro and ordinary definition.

731






Explain how can I avoid the abort, retry, fail messages?

591


What is a program flowchart?

605


What are the standard predefined macros?

633


What is an expression?

657


What is use of pointer?

587


List the difference between a "copy constructor" and a "assignment operator"?

583


What is main () in c?

588


What is a scope resolution operator in c?

751


What Is The Difference Between Null And Void Pointer?

644


What functions are in conio h?

660