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
How are pointers declared in c?
Explain what is the benefit of using an enum rather than a #define constant?
What are the similarities between c and c++?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Do pointers take up memory?
Which is better malloc or calloc?
Explain what’s a signal? Explain what do I use signals for?
What is typedef example?
What is the advantage of an array over individual variables?
what will be the output for the following main() { printf("hi" "hello"); }
What is the hardest programming language?
Explain is it better to bitshift a value than to multiply by 2?
How can I remove the leading spaces from a string?
please send me the code for multiplying sparse matrix using c
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)