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
How can I sort more data than will fit in memory?
What is #include cctype?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Whats s or c mean?
Explain argument and its types.
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Explain what are binary trees?
Multiply an Integer Number by 2 Without Using Multiplication Operator
How the c program is executed?
How would you obtain the current time and difference between two times?
Where are some collections of useful code fragments and examples?
Explain how can I make sure that my program is the only one accessing a file?
Explain what are the advantages and disadvantages of a heap?
What is #line in c?