Archive for the 'Computer General Awareness Papers' Category

Cadence Placement Paper -2

Cadence 75 Marks Paper Time Limit 1.15 H Technical Part 1. Ans: O (n**2) 2. In order & preorder seq. of tree is given & you have to find out post order.. very easy but do practice you can make one easy method by practice.. 3. problem on pass by ref. & pass by value. [...]

YANTRO Placement Paper -1

YANTRO PLACEMENT PAPER (DATABASE & JAVA) 1.SQL Queries :-Insert,Update,Delete Queries 2.What is PL/SQL and what is the diff b/w PL/SQL and SQL 3.What is the difference b/w Abstract Class and Interface? 4.What is diff b/w Servlets and Applets 5.What is final class? 6.What is the difference b/w Hash Map and Hash Table? 7.Diff b/w Vector [...]

WILCO Placement Paper -3

WILCO PLACEMENT PAPER (TECHNICAL- C) Q1. What does int *x[](); means ? Q2. struct list{ int x; struct list *next; }*head; the struct head.x =100 Is the above assignment to pointer is correct or wrong ? Ans. Wrong Q3.What is the output of the following ? int i; i=1; i=i+2*i++; printf(%d,i); Ans. 4 Q4. FILE [...]