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 does %c mean in c?
Explain how do you sort filenames in a directory?
What is the best style for code layout in c?
Which is better pointer or array?
What math functions are available for integers? For floating point?
What is the use of a semicolon (;) at the end of every program statement?
What is string function c?
How can my program discover the complete pathname to the executable from which it was invoked?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Explain how to reverse singly link list.
What is malloc() function?
Under what circumstances does a name clash occur?
Explain Function Pointer?
how to build a exercise findig min number of e heap with list imlemented?
What is return type in c?