Q1. Write a program in C++ to find largest number among three numbers.
Q2. Write a program in C++ to check whether a number is Prime Or Not.
Q3. Write a program in C++ to check whether Number is Even or Odd.
Q4. Write a program in C++ to find factorial of a given number.
Q5. Write a program to create student class, read and print ‘N’ student's details.
Q6. Write a program of Selection Sort using OOP concept.
Q7. Write a program of Bubble Sort using OOP concept.
Q8. Write a program in simple linked list using switch case for create, insertion, delete, display,
search.
Q9. Write a program of Insertion Sort using OOP concept.
Q10. Write a program of Selection Sort using OOP concept.
Q11. Write a program of Insertion Sort using OOP concept.