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
How can I make it pause before closing the program output window?
Why is it that not all header files are declared in every C program?
What is a nested loop?
What is difference between array and structure in c?
What are reserved words with a programming language?
What does c mean in standard form?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
what are the facialities provided by you after the selection of the student.
Which built-in library function can be used to match a patter from the string?
Define C in your own Language.
What are the keywords in c?
Find MAXIMUM of three distinct integers using a single C statement
Dont ansi function prototypes render lint obsolete?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is meant by operator precedence?