What is the value of y in the following code?
x=7;y=0;
if(x=6)
y=7;
else
y=1;
Answer Posted / vikraman85
compile time err wil occur..
Have 2 use == opr..
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
What is zero based addressing?
Is linux written in c?
Explain what’s a signal? Explain what do I use signals for?
Why pointers are used?
Why c is called a mid level programming language?
What are shell structures used for?
Explain what are run-time errors?
Explain the ternary tree?
Which is better pointer or array?
what do you mean by enumeration constant?
What is the significance of c program algorithms?
What is the size of enum in c?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What's the right way to use errno?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...