Q87 What is size of a tree means? Write a C program to find size of a tree. July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment Continue reading
Q86 What is height of a tree means? Write a C program to find height of a tree. July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment Continue reading
Q85 How do you traverse nodes in tree? Write a C program for preorder(), postorder() and inorder() traversal? July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment Continue reading
Q84 Write a C program to search given data in a linked list. July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment Continue reading
Q83 How do you find nth node from the end of a linked list? July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment Continue reading
Q82 How do you delete a particular node if there is only one pointer given to the node in singly link list? July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment Continue reading
Q81 Write a C program to find middle of a linked list. July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment Continue reading
Q80 How will you detect loop in a linked list? Write a program to remove loop from a linked list? July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment Continue reading
Q79 Write a program to insert, remove and display node in doubly linked list. How to insert a node in start of list, middle of list and end of list? Write a program to reverse a doubly linked list. July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment Continue reading
Q78 How to print a singly link list in backward direction? July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment Continue reading
Q77 Write a program to insert, remove and display node in singly linked list. How to insert a node in start of list, middle of list and end of list? Write a program to reverse a singly linked list. July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment Continue reading
Q76 Explain the difference between an array of pointers and a pointer to an array. July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment Continue reading
Q75 What is access violation and core dump? July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment Continue reading
Q74 What is difference between NUL and NULL? July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment Continue reading