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
The file stdio.h, what does it contain?
Explain 'bit masking'?
Why is this loop always executing once?
What are the different data types in C?
Explain main function in c?
What is non linear data structure in c?
How can I discover how many arguments a function was actually called with?
Dont ansi function prototypes render lint obsolete?
Can we declare variable anywhere in c?
Describe the difference between = and == symbols in c programming?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What are static variables in c?
What is the difference between text files and binary files?
Write a program to print factorial of given number using recursion?
What is queue in c?