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
Post New Answer View All Answers
What is the difference between void main and main in c?
What is hashing in c language?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Write a program to implement queue.
How do you search data in a data file using random access method?
Can I initialize unions?
What is the purpose of the statement: strcat (S2, S1)?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Explain what does a function declared as pascal do differently?
What is keyword with example?
What is && in c programming?
What is the easiest sorting method to use?
Why is structure padding done in c?
Explain can static variables be declared in a header file?
Where static variables are stored in memory in c?