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

c) Fail1,Pass2..........

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is string length in c?

1026


What are void pointers in c?

966


Explain how do you determine whether to use a stream function or a low-level function?

1026


What is class and object in c?

1047


What is identifiers in c with examples?

1118


Write a program to print all permutations of a given string.

1128


What are near, far and huge pointers?

1013


What is a floating point in c?

1008


Is it possible to use curly brackets ({}) to enclose single line code in c program?

1259


Is main is a keyword in c?

1072


All technical questions

1922


How can I read and write comma-delimited text?

1010


What is extern storage class in c?

943


What is null pointer constant?

1060


What is assignment operator?

1000