print the type of gift are giving them .when math and science=45,math=20,science=15 write a program
Write a program that inserts 25 random integers from 0 to 100 in sorted order in a linked list.
The program should calculate the sum of the elements and the floating-point average of the
elements.
Using the operations of stack using linked list convert a decimal number to binary.
Write a c program to search page 11 in a book where you don’t visit every page from 1 to 50. You open any random page in the book and check its page number. If the current page number is greater than 11, then 11 is on the left side of the current page.
How to represent a polynomial using linked list? Write the the
program to add three polynomials.