Posted inPlacement Papers

Hcl C Programming Skills Test

Company: HCL Technologies Answer the questions based on the following program: STRUCT DOUBLELIST { DOUBLE CLINKED INT DET; LIST VOID STRUCT PREVIOUS; (BE GIVEN AND A PROCEDURE TO DELETE) STRUCT NEW; (AN ELEMENT WILL BE GIVEN) } DELETE(STRUCT NODE) {NODE-PREV-NEXT NODE-NEXT; NODE-NEXT-PREV NODE-PREV; IF(NODE==HEAD) NODE } Q. In what case the prev was (a) All […]

Posted inPlacement Papers

HCL CAMPUS PLACEMENT PAPER (TECHNICAL- C C++)

Company: HCL Technologies Section A: 1. Which of the following involves context switch, (a) system call (b) privileged instruction (c) floating point exception (d) all the above (e) none of the above Ans: (a) 2. In OST, terminal emulation is done in (a) sessions layer (b) application layer (c) presentation layer (d) transport layer Ans: […]

Posted inPlacement Papers

HCl Aptitude Questions papers

Company: HCL Technologies Aptitude Questions 1. Which of the following involves context switch, (a) system call (b) privileged instruction (c) floating point exception (d) all the above (e) none of the above Ans: (a) 2. In OST, terminal emulation is done in (a) sessions layer (b) application layer (c) presentation layer (d) transport layer Ans: […]

Posted inPlacement Papers

HCL Sample Placement Papers – 2

Company: HCL Technologies HCL Test Paper-2 Question paper Aptitude. Q1. a=2, b=3, c=6 Find the value of c/(a+b)-(a+b)/c Ans: 11/30 Q2. What does the hexa number E78 in radix 7. (a) 12455 (b) 14153 (c) 14256 (d) 13541 (e) 131112 Q3. In a murder case there are four suspects P,Q,R,S. Each of them makes a […]

Posted inPlacement Papers

HCL Sample Placement Papers – 3

Company: HCL Technologies HCL Test Paper-3 Section A 1. Which of the following involves context switch, (a) system call (b) priviliged instruction (c) floating poitnt exception (d) all the above (e) none of the above Ans: (a) 2. In OST, terminal emulation is done in (a) sessions layer (b) application layer (c) presentation layer (d) […]

Posted inPlacement Papers

HCL Sample Placement Papers

Company: HCL Technologies HCL Test Paper-1 C Programming Q1. Which of the following about the following two declaration is true i ) int *F() ii) int (*F)() Choice : a) Both are identical b) The first is a correct declaration and the second is wrong c) The first declaraion is a function returning a pointer […]