Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / sweet angel

the answer is a.

Is This Answer Correct ?    12 Yes 1 No

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

Answer / jayashree

b

Is This Answer Correct ?    4 Yes 5 No

Post New Answer

More C Interview Questions

Write a program to compare two strings without using the strcmp() function

42 Answers   Accenture, Arba Minch University,


a simple program in c language

5 Answers   IBM,


Is it possible to initialize a variable at the time it was declared?

0 Answers  


What is static and auto variables in c?

0 Answers  


In header files whether functions are declared or defined?

1 Answers   TCS,


what is the different between if-else and switch statment (other than syntax)

26 Answers   CTS, Oracle, Scorpos,


In how much time you will write this c program? Prime nos from 1 to 1000

2 Answers   TCS,


Should a function contain a return statement if it does not return a value?

0 Answers  


How many types of operator or there in c?

0 Answers  


What are linker error?

0 Answers  


write a c program to check weather a particluar bit is set or not?

5 Answers   IBM,


Is r written in c?

0 Answers  


Categories