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

What is the output for the below program?

void main()
{
float me=1.1;
double you=1.1;
if(me==you)
printf("love c");
else
printf("know c");
}

Answer Posted / kumar

love c

Is This Answer Correct ?    4 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many identifiers are there in c?

1087


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

1231


Explain the difference between getch() and getche() in c?

1055


What is cohesion and coupling in c?

1099


What are structures and unions? State differencves between them.

1256


What is a newline escape sequence?

1164


What is a char in c?

1042


What oops means?

1058


What is structure pointer in c?

1095


Are c and c++ the same?

1113


Is it acceptable to declare/define a variable in a c header?

1183


What is meant by 'bit masking'?

1440


What is a const pointer?

1201


What is extern c used for?

1121


a value that does not change during program execution a) variabe b) argument c) parameter d) none

1296