11. Given i=0,j=1,k=-1
X=0.5,y=0.0
What is the output of the following expression in C Language?
x*y<i+j || k
(1) -1
(2) 0
(3) 1
(4) 2
Answer : 3
12. The following statement in C
Int (*f())[];
Declares
(1) a function returning a pointer to an array of integers
(2) a function returning an array of pointers to integers
(3) array of functions returning pointers of integers
(4) an illegal statement
Answer : 1
X=0.5,y=0.0
What is the output of the following expression in C Language?
x*y<i+j || k
(1) -1
(2) 0
(3) 1
(4) 2
Answer : 3
12. The following statement in C
Int (*f())[];
Declares
(1) a function returning a pointer to an array of integers
(2) a function returning an array of pointers to integers
(3) array of functions returning pointers of integers
(4) an illegal statement
Answer : 1