when will be evaluated as true/
if(x==x==x)
a) x=1;
b) x=0;
c) x=-1;
d) none
Answer Posted / hussain reddy
x=1
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Are bit fields portable?
What is #include cctype?
List the different types of c tokens?
Is there a built-in function in C that can be used for sorting data?
What is meant by type casting?
What are near, far and huge pointers?
What is const keyword in c?
Which is the memory area not included in C program? give the reason
In c language can we compile a program without main() function?
How to write c functions that modify head pointer of a linked list?
What is volatile variable in c with example?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Describe wild pointers in c?
What are extern variables in c?
What is wrong in this statement? scanf(ā%dā,whatnumber);