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 an lvalue?
Describe the order of precedence with regards to operators in C.
Explain what is the difference between null and nul?
What is the use of ?: Operator?
What is the sizeof () operator?
in iso what are the common technological language?
What is the equivalent code of the following statement in WHILE LOOP format?
differentiate built-in functions and user – defined functions.
What is variable declaration and definition in c?
What does c mean in basketball?
Write a Program to find whether the given number or string is palindrome.
Why is c so popular?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
Can we declare variables anywhere in c?