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 result
main()
{
char c=-64;
int i=-32
unsigned int u =-16;
if(c>i){
printf("pass1,");
if(c<u)
printf("pass2");
else
printf("Fail2");}
else
printf("Fail1);
if(i<u)
printf("pass2");
else
printf("Fail2")
}
a)Pass1,Pass2
b)Pass1,Fail2
c)Fail1,Pass2
d)Fail1,Fail2
e)none

Answer Posted / karthika

pass1 fail2

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can anyone suggest some site name..where i can get some good data structure puzzles???

2084


What is a lvalue

1081


Explain the properties of union.

1082


Do you have any idea how to compare array with pointer in c?

1048


The file stdio.h, what does it contain?

1160


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1093


What is else if ladder?

1020


What is the size of empty structure in c?

1081


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1413


What are global variables and explain how do you declare them?

1102


Why do we use header files in c?

1073


what is stack , heap ,code segment,and data segment

2696


In C language, a variable name cannot contain?

1276


What is calloc() function?

1093


Explain how do you print an address?

1146