1) Write a program to Copy Nth bit of an integer into Mth bit a second integer.
2) Reverse a Single linked List (SLL) with out recursion.
3)Give a node in a SLL how do u delete it.
4) Write a program to find the Intersection node of two SLL if they are intersecting.
5) Difference between const pointer and pointer to constant.
6) Storage class in C. explain the scope of each.
7) Can u access the address of a register variable in C.
8) Can you write a algorithm for Huffman coding.
9) When u want to move a code from windows to linux what all changes do you need to
do your code to make it work in a similar way in windows.
10)How do you debug in linux. (GDB)
11)What are ways of optimizing an algorithm. what are the steps followed.
12) Write a program to find whether two binary trees are same.
2) Reverse a Single linked List (SLL) with out recursion.
3)Give a node in a SLL how do u delete it.
4) Write a program to find the Intersection node of two SLL if they are intersecting.
5) Difference between const pointer and pointer to constant.
6) Storage class in C. explain the scope of each.
7) Can u access the address of a register variable in C.
8) Can you write a algorithm for Huffman coding.
9) When u want to move a code from windows to linux what all changes do you need to
do your code to make it work in a similar way in windows.
10)How do you debug in linux. (GDB)
11)What are ways of optimizing an algorithm. what are the steps followed.
12) Write a program to find whether two binary trees are same.