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
List the difference between a 'copy constructor' and a 'assignment operator' in C?
How to establish connection with oracle database software from c language?
Why do we use return in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Is Exception handling possible in c language?
Write a code to generate divisors of an integer?
What is the most efficient way to count the number of bits which are set in an integer?
Explain how do you override a defined macro?
What is hungarian notation? Is it worthwhile?
What is putchar() function?
What is the difference between void main and main in c?
What is the purpose of 'register' keyword in c language?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What is the difference between break and continue?
What are type modifiers in c?