richa panda


{ City } rourkela
< Country > india
* Profession *
User No # 94994
Total Questions Posted # 3
Total Answers Posted # 0

Total Answers Posted for My Questions # 4
Total Views for My Questions # 31361

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Questions / { richa panda }
Questions Answers Category Views Company eMail

a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above

HCL, NBN,

2 C 11566

The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);

HCL, Public Service Commission,

1 C 12086

b) 4 c) 6 d) 7 32. Any C program a) must contain at least one function b) need not contain ant function c) needs input data d) none of the above 33. Using goto inside for loop is equivalent to using a) continue b) break c) return d)none of the above 34. The program fragment int a=5, b=2; printf(“%d”,a+++++b); a) prints 7 b)prints 8 c) prints 9 d)none of the above 35. printf(“ab” , “cd”,”ef”); prints a) ab abcdef c) abcdef, followed by garbage value d) none of the above 36. Consider the following program segment. i=6720; j=4; while((i%j)==0) { i=i/j; j=j+1; } On termination j will have the value a) 4 b) 8 c) 9 d) 6720

HCL,

1 C 7709




Answers / { richa panda }