Tuesday, June 19

Pointers (Lecture Notes) : CUSAT s1s2 Questions

Hi friends,Here I'm posting some important concepts asked in CUSAT B Tech S1 S2 C programming examination. All the concepts are descried here in very briefly so that you can grasp it quickly.Here we go..!!! :)Pointer · Pointer is a variable that represents the location of a data item. · Address operator (&) : It evaluates the address of its operand. · Indirection Operator(*): Used to access data item referenced by a pointer. Example: Main() { Int a=3; Int *ptr; Ptr=&a; Printf(“%d %u” , *ptr, ptr); } Pointer to an array · A pointer can be used to reference an array. · The name...

Tuesday, June 12

ECIL Graduate Engineer Trainee (GET) recruitment 2012 Computer (CSE) Questions and Answers

Hi Friends, Here I'm posting the questions asked in ECIL (GET) exam, held on 2012 August 10 , for Computer science, and its detailed solution. All the questions and answers are collected from memory with the help of  friends..!!! Hope this will be useful for the preparation for various PSU exams. Feel free to comment your feedback and doubts ..!! Here we Go..!! :) ECIL (GET) Computer science Stream Total No Questions: 50 Time Duration: 2 Hrs (1 )"Bit Stuffing" is used for? a. Code transparency b. Synchronization between sender and receiver c. Data Compression d. Data Encryption  Ans: (B) Bit stuffing means...
Page 1 of 3012345Next