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
What is pointer in c?
What are external variables in c?
How can a program be made to print the name of a source file where an error occurs?
Why doesnt this code work?
Why we use stdio h in c?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Why is c so powerful?
Can we replace the struct function in tree syntax with a union?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is the data segment that is followed by c?
Write a progarm to find the length of string using switch case?
How to write a code for reverse of string without using string functions?
What is the explanation for prototype function in c?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above