The document contains 5 problems related to structured programming in C along with their solutions. Problem 1 sorts an input list of integers in ascending order. Problem 2 converts a decimal number to binary. Problem 3 prints all prime numbers from 1 to a given input number. Problem 4 finds unique elements in an unsorted array. Problem 5 merges two sorted lists of elements into a single sorted list. For each problem, the algorithm and C code for the solution is provided.