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
Is c procedural or functional?
What are structures and unions? State differencves between them.
What is an expression?
Write a code to remove duplicates in a string.
What is c value paradox explain?
What is the difference between c &c++?
Why is c so important?
What is an lvalue in c?
what is the difference between 123 and 0123 in c?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is the -> in c?
Are pointers integers in c?
What is the meaning of 2d in c?
What is variable declaration and definition in c?
What are the advantages of the functions?