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

Answer Posted / rukmanee

a: x=1;

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many header files are in c?

643


What is the full form of getch?

731


What is the difference between ++a and a++?

816


Explain how do you use a pointer to a function?

734


Explain b+ tree?

730






if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

4644


Calculate 1*2*3*____*n using recursive function??

1604


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

3794


How can you check to see whether a symbol is defined?

693


Explain pointers in c programming?

734


What is double pointer?

650


Explain what is the difference between #include and #include 'file' ?

671


What are the advantages of Macro over function?

1426


What does %d do?

841


Explain do array subscripts always start with zero?

857