Get Answers To All Your Job Interview Questions
Consider the following code fragment
void foo(int x, int y)
{
x+=y;
y+=x;
}
main()
{
int x=5.5;
foo(x,x);
}
What is the final value of x in both call by value and call by reference, respectively?
(A) 5 and 16
(B) 5 and 12
(C) 5 and 20
(D) 12 and 20
Ionisation energy in group 1A varies in the decreasing order as
(a) Li > Na > K > Cs
(b) Na > Li > K >Cs
(c) Li > Cs > K > Na
(d) K > Cs > Na > Li
A clustering index is defined on the fields which are of type
(A) non-key and ordering
(B) non-key and non-ordering
(C) key and ordering
(D) key and non-ordering
What is the number of steps required to derive the string ((() ()) ())
S → SSS → (S)S → ε
(A) 10
(B) 15
(C) 12
(D) 16
Both Wernicke’s disease and beriberi can be reversed by administrating
(A) Retinol
(B) Thiamin
(C) Pyridoxine
(D) Vitamin B12
Marasmus is due to malnutrition of
(A) Proteins
(B) Proteins and calories
(C) Proteins and vitamins
(D) Proteins and minerals
Vitamin E stored in
(A) Mitochondria
(B) Micro somes
(C) Both (A) and (B)
(D) None of these
2023 Interview Solution. All Rights Reserved