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

the answer for the above code will be know c because else
part is printed because float and double is not same

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is multidimensional arrays

1105


What does the function toupper() do?

1101


How can I manipulate strings of multibyte characters?

1102


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

1047


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3951


what type of questions arrive in interview over c programming?

2015


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

2053


What does the error message "DGROUP exceeds 64K" mean?

1207


What is the difference between volatile and const volatile?

976


What is calloc()?

1062


What are examples of structures?

1080


Explain the difference between strcpy() and memcpy() function?

989


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

994


Can a pointer be null?

1011


What is pre-emptive data structure and explain it with example?

3709