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
How many header files are in c?
What is the full form of getch?
What is the difference between ++a and a++?
Explain how do you use a pointer to a function?
Explain b+ tree?
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.
Calculate 1*2*3*____*n using recursive function??
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.
How can you check to see whether a symbol is defined?
Explain pointers in c programming?
What is double pointer?
Explain what is the difference between #include and #include 'file' ?
What are the advantages of Macro over function?
What does %d do?
Explain do array subscripts always start with zero?