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


Please Help Members By Posting Answers For Below Questions

Explain what are multibyte characters?

614


Not all reserved words are written in lowercase. TRUE or FALSE?

716


Write a program to reverse a string.

627


What is the difference between exit() and _exit() function?

593


List out few of the applications that make use of Multilinked Structures?

1277






What are the different types of pointers used in c language?

606


What is data types?

626


Are comments included during the compilation stage and placed in the EXE file as well?

661


What is c value paradox explain?

563


What does 4d mean in c?

932


What is typedef struct in c?

575


What is the use of bit field?

625


What are predefined functions in c?

558


how to write optimum code to divide a 50 digit number with a 25 digit number??

2742


What’s the special use of UNIONS?

648