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

Answer Posted / vignesh1988i

all the three cases possible as for as i know.......
x=1
x=0
x=-1

Is This Answer Correct ?    1 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3329


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

689


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

646


Explain what are its uses in c programming?

587


How do you sort filenames in a directory?

698






List out few of the applications that make use of Multilinked Structures?

1277


What is use of integral promotions in c?

656


Why main is not a keyword in c?

637


How is null defined in c?

645


Write a program for finding factorial of a number.

623


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1696


What is the correct code to have following output in c using nested for loop?

603


Is malloc memset faster than calloc?

605


What is wrong with this program statement? void = 10;

809


How does free() know explain how much memory to release?

610