when will be evaluated as true/
if(x==x==x)
a) x=1;
b) x=0;
c) x=-1;
d) none
Answer Posted / vikram
if x=1,then x==x evaluates to 1;
again,1==x evaluates to 1 only if x=1,
if(1) means condition becomes true and the if block will be
executed,
thnx
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How to get string length of given string in c?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is call by reference in functions?
What is a string?
What are data types in c language?
What is dynamic memory allocation?
What is NULL pointer?
What are the types of functions in c?
How do you determine the length of a string value that was stored in a variable?
explain what is fifo?
what do you mean by inline function in C?
List some of the static data structures in C?
How can I do graphics in c?
What is 2c dna?
Explain the difference between call by value and call by reference in c language?