when will be evaluated as true/
if(x==x==x)
a) x=1;
b) x=0;
c) x=-1;
d) none

Answer Posted / hussain reddy

x=1

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

diff between exptected result and requirement?

1590


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

1107


4. main() { int c=- -2; printf("c=%d",c); }

1362


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

1950


Explain enumerated types in c language?

598






What does typedef struct mean?

646


Explain what is the heap?

612


What are structures and unions? State differencves between them.

605


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1779


What does sizeof int return?

580


List the difference between a While & Do While loops?

627


what is the syallabus of computer science students in group- 1?

1832


Write a program to know whether the input number is an armstrong number.

660


What is the use of printf() and scanf() functions?

619


What are the advantages of using new operator as compared to the function malloc ()?

746