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

Answer Posted / jayashree

b

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

611


When a c file is executed there are many files that are automatically opened what are they files?

594


What is a buffer in c?

575


Does c have function or method?

591


When would you use a pointer to a function?

589






What is boolean in c?

611


What is the correct declaration of main?

679


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

600


What is the difference between memcpy and memmove?

605


What does c mean in basketball?

563


What is extern storage class in c?

513


how many key words availabel in c a) 28 b) 31 c) 32

635


What is const and volatile in c?

566


How many types of functions are there in c?

584


What is scanf () in c?

662