what is y value of the code if input x=10
y=5;
if (x==10)
else if(x==9)
elae y=8;
a.9
b.8
c.6
d.7
Answer Posted / varun
the value of y is not changing so i think y wll reamin 5.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Write a code to remove duplicates in a string.
What's the total generic pointer type?
Is c weakly typed?
What are called c variables?
How do you use a pointer to a function?
What are the scope of static variables?
How to explain the final year project as a fresher please answer with sample project
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?
When should volatile modifier be used?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
Explain how does free() know explain how much memory to release?
Which is the best website to learn c programming?
What are the general description for loop statement and available loop types in c?
Can stdout be forced to print somewhere other than the screen?