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
Difference between malloc() and calloc() function?
What are reserved words with a programming language?
Are the expressions * ptr ++ and ++ * ptr same?
How do you define structure?
What is operator precedence?
What is #include called?
Explain how are portions of a program disabled in demo versions?
What is the code in while loop that returns the output of given code?
What do you understand by friend-functions? How are they used?
What are the advantages and disadvantages of c language?
Is boolean a datatype in c?
Is that possible to add pointers to each other?
ATM machine and railway reservation class/object diagram
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What are the keywords in c?