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")
}

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

What is the explanation for the dangling pointer in c?

1179


What are header files in c?

1122


What does void main return?

1199


In which header file is the null macro defined?

1403


Which of these functions is safer to use : fgets(), gets()? Why?

1163


What is a ternary operator in c?

1180


to find the closest pair

2373


What is difference between union All statement and Union?

1160


Is there anything like an ifdef for typedefs?

1224


can anyone please tell about the nested interrupts?

2186


What is const volatile variable in c?

1105


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

1130


What is the value of uninitialized variable in c?

1088


What is meant by gets in c?

1267


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2182