What is the value of y in the following code?
x=7;y=0;
if(x=6)
y=7;
else
y=1;
Answer Posted / deepa
y = 7
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
What is structure padding in c?
Why double pointer is used in c?
What is the meaning of c in c language?
Explain continue keyword in c
Describe explain how arrays can be passed to a user defined function
Is c# a good language?
How can I run c program?
What is pointer & why it is used?
Do you know what are the properties of union in c?
List a few unconditional control statement in c.
What is an array? What the different types of arrays in c?
about c language
What is a nested formula?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
For what purpose null pointer used?