July 5, 2021 in C and CPP Develop a flowchart and then write a ‘C’ program to add two very large positive integers using arrays Read More
July 5, 2021 in C and CPP Write a recursive function in ‘C’ to count the number of nodes in a singly linked list Read More
July 5, 2021 in C and CPP Write a ‘C’ function to generate the following figure for n = 7 b) Write a ‘C’ function to generate the following figure for n = 7. The value of n is passed to the function as an argument. Print the triangle only if n is oddotherwise print an error message. Read More
July 5, 2021 in C and CPP Write a ‘C’ function to reverse a singly linked list by traversing it only once Read More