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


Please Help Members By Posting Answers For Below Questions

i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

1475


Can you tell me how to check whether a linked list is circular?

753


Write a program to implement queue.

655


Why doesnt that code work?

597


What is preprocessor with example?

572






Are there constructors in c?

586


What does c mean in basketball?

553


What is double pointer in c?

581


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

681


What is local and global variable in c?

610


Explain the difference between ++u and u++?

633


praagnovation

1768


Why is c so powerful?

671


Define the scope of static variables.

596


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

605