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
write a program to generate address labels using structures?
In C language, a variable name cannot contain?
What is a void pointer in c?
Explain how do you print only part of a string?
What are the features of c languages?
What is static memory allocation? Explain
Why & is used in c?
Why we use int main and void main?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is the meaning of && in c?
Write a program to swap two numbers without using third variable in c?
What is the equivalent code of the following statement in WHILE LOOP format?
List a few unconditional control statement in c.
What are the different types of control structures?
Difference between linking and loading?