Sample Technical Paper for C-DOT
Sample Technical Paper for C-DOT
Q. How to find out if a binary tree is completely balanced?
Q. What is the difference between a Binary Tree and a Complete Tree?
Q. Mention a difference between a Circular link list and a doubly link list.
Q. Mention the criteria to compare two link lists.
Q. What is Boolean Function?
Q. What does x refer to in the following statement (x&&!(x&(x-1))==1)
a) x is always a prime number
b) x is even
c) x is odd
d) x is a power of 2
Q. State a few differences between Shallow Copy and Deep Copy.
Q. In JAVA, state the difference between sleep() and wait().
Q. What is the consequence if a parent process exists before the child process?