This document contains solutions to 26 questions on C++ programming. It includes programs to display text using single and multiple cout statements, programs to check if a year is a leap year, solve quadratic equations, check if a number is even or odd, perform arithmetic operations using switch case, display the first 10 natural numbers and their sum, Fibonacci series, factorial of a number, check if a number is prime, find the sum of series, generate patterns with characters and numbers, find the sum and average of array elements, perform linear search on an array, and find the maximum number in an array. The document is prepared by Bijender Kumar and contains the question solutions and output for each program.