when will be evaluated as true/
if(x==x==x)
a) x=1;
b) x=0;
c) x=-1;
d) none
Answer Posted / ramesh
none
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
In C, What is the #line used for?
Difference between malloc() and calloc() function?
Explain the difference between strcpy() and memcpy() function?
How can I find out if there are characters available for reading?
how many key words availabel in c a) 28 b) 31 c) 32
Why do we use null pointer?
What are pointers? What are different types of pointers?
Which header file is essential for using strcmp function?
Describe how arrays can be passed to a user defined function
What is the difference between strcpy() and memcpy() function in c programming?
What is the purpose of the preprocessor directive error?
What is graph in c?
What is memcpy() function?
In which language linux is written?
What is calloc() function?