IBPS I.T. Officer Sample Paper – 2014

26. Question
#define SQR (X) (X*X)
main()
{
int a,b=3;
a=SQR(b+2);
printf(“n %d”,a);
}
Answer
27. Question
Parameter passing mechanism for an array is
Answer
28. Question
Coercion ?
Answer
29. Question
ATM header is
Answer
30. Question
Which of the following is an operating sysyem call
Answer

Leave a Reply