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 / nageswari
none
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Function calling procedures? and their differences? Why should one go for Call by Reference?
Write a program to swap two numbers without using third variable?
which is an algorithm for sorting in a growing Lexicographic order
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
how to make a scientific calculater ?
What is static and volatile in c?
Array is an lvalue or not?
What is the meaning of ?
What is the translation phases used in c language?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What are the advantages and disadvantages of a heap?
What is a rvalue?
Do you know what are bitwise shift operators in c programming?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
can anyone please tell about the nested interrupts?