ADOBE Placement Papers – C Language

by mod on January 15, 2010

C test:

Q1) linked list using recursion.
Q2) Find if a number is divisible my 3, without using %,/ or *. You can use atoi().
Q3) 2 integers A and B are given, find the no of bits that need to be flipped in A to get B. ( X-OR a and b and count the number of bits)
Q4) Write a Rotate function for rotating elements in an array, using a reverse function.
Q5) Given 2 sorted arrays A and B with duplicate elements, get C= A -B and does not have duplicates (use a variation of merging 2 arrays and then remove the duplicates.)
Q6) Some routines to swap int pointers.
Q7) Subtraction of 2 base 13 numbers.
Q8) Min and max nodes of a quad tree.
Q9) Prove that in a tree no of internal nodes is one less than leaves.
Q10) A couple of Boolean logic proofs
Q11) Code to see if a binary tree is a BST or not.
Q12) Switch case program out put

Related posts:

  1. ADOBE Placement Paper
  2. ADOBE Placement Papers – Technical
  3. ADOBE latest 2009 Placement Papers
  4. ADOBE Placement Papers 1
  5. ADOBE Latest Placement Papers

Leave a Comment

Security Code:

Previous post:

Next post: