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

how to find anagram without using string functions using only loops in c programming

2720


find out largest elemant of diagonalmatrix

1653


how to make a scientific calculater ?

1570


If you know then define #pragma?

679


What is difference between main and void main?

637






What is the value of uninitialized variable in c?

578


What is the use of bit field?

650


write an algorithm to display a square matrix.

2230


Explain what is a static function?

636


Explain logical errors? Compare with syntax errors.

633


When should a far pointer be used?

609


How can I list all of the predefined identifiers?

585


Why do we use main function?

646


Are the variables argc and argv are always local to main?

579


When should the register modifier be used? Does it really help?

624