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...

int a=1;
float b=1.0;
System.out.println(a==b);

Answer Posted / john

what is the output fr this C code ? AND WHY ?

main()
{
int a=1;
float b=1.0;
if(a==b)
printf("true");
else
printf("false");
}

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the differences between c++ and java? Explain

1110


What is binary search in java?

1040


Why is boolean important?

1121


How to connect to a remote database using Applet?

2610


When to use runnable interface vs thread class in java?

1039


What is off heap memory?

1069


How do you override a variable in java?

1238


What are the restrictions that are applied to the java static methods?

1041


What are the different ways of implementing thread? Which one is more advantageous?

1043


What is a private class in java?

1123


What is the difference between multitasking and multithreading in Java

1239


Difference between final and effectively final ? Why is effectively final even required ?

1053


Can Exception handling we can handle multiple catch blocks?

1087


When is the garbage collection used in Java?

1262


Why java is call by value?

1084