when will be evaluated as true/
if(x==x==x)
a) x=1;
b) x=0;
c) x=-1;
d) none
Answer Posted / rukmanee
a: x=1;
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is #line?
Is malloc memset faster than calloc?
what is recursion in C
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Tell me the use of bit field in c language?
What is bin sh c?
What are comments and how do you insert it in a C program?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What's a good way to check for "close enough" floating-point equality?
what is use of malloc and calloc?
What is character constants?
Can we declare variable anywhere in c?
What is the purpose of void pointer?
How can you draw circles in C?