What is the value of y in the following code?
x=7;y=0;
if(x=6)
y=7;
else
y=1;
Answer Posted / bhagya
1
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is bin sh c?
What is struct node in c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is stack in c?
What is const and volatile in c?
What is the argument of a function in c?
What is the difference between mpi and openmp?
How to write a code for reverse of string without using string functions?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Can static variables be declared in a header file?
List a few unconditional control statement in c.
What is the difference between malloc() and calloc() function in c language?
Can you please explain the difference between exit() and _exit() function?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What are the advantage of c language?