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
Define circular linked list.
code for find determinent of amatrix
What is s in c?
What is oops c?
Explain the difference between strcpy() and memcpy() function?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What is #include stdio h and #include conio h?
What is time complexity c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is a const pointer in c?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
How can I open files mentioned on the command line, and parse option flags?
What is the difference between void main and main in c?
What is openmp in c?
How does normalization of huge pointer works?