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 / suresh

love c

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of external class?

1122


List the difference between a 'copy constructor' and a 'assignment operator' in C?

1144


What is the hardest programming language?

1215


What are global variables and how do you declare them?

1174


What are keywords in c with examples?

1153


What are valid signatures for the Main function?

1294


When can you use a pointer with a function?

1155


how to find binary of number?

4541


Explain what does it mean when a pointer is used in an if statement?

1108


Write a program to print “hello world” without using semicolon?

1185


Do you know null pointer?

1078


How will you write a code for accessing the length of an array without assigning it to another variable?

1094


How many levels of pointers have?

1102


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

1138


Why c language is called c?

1064