d. depends on s/w and h/w
q.4 #define putchar(%f,c)
int c='d';
putchar(c);
what is the output?
a. ,b. some numbers
c. compiler error
d. segmentation error
q.5 file a
test()
{ int a; }
file b
void main(void)
{ int b;
b= test();
}
what is the output
a. a
b. b
c. not compiled,error
d. compiles sucessfully,but give linker error
q.1 if 2<x<3 and 7<y<8 then which is greatest
a. (x^2)*y
b. y^2)x
c. 5xy
d.
e.
q.2 in parallelogram what values of angles r possible
i. 90,90,90,90
ii. 70,130,70,130
iii. 40,70,150,130
a. i and ii only
b,c,d,e : combinations
q.3 if x+y=z is given what can be inferred from it0
i. x<z
ii. x<y
iii. x<2z
a. i only
b. i and ii only n ohter combi
|
|