Q1.Add K Nodes You are given a Singly Linked List of integers and an integer 'K'. Your task is to modify the linked list by inserting a new nod... read more
Q2.Nth Fibonacci Number Nth term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula - F(n) = F(n-1) ... read more
Q3.Technical Questions 1. In detail about the OOPS concepts. 2. Inheritance types. 3. Explain static and dynamic memory allocation? 4. How to i... read more