PIC LAB Instructor Manual

Instructor_manual_2022.pdf

PIC LAB PROGRAMS

  • Develop a C program to compute the roots of the equation ax2 + bx + c = 0.

  • Develop a C program that reads N integer numbers and arrange them in ascending or descending order using selection sort and bubble sort technique.

  • Develop a C program for Matrix multiplication

  • Develop a C program to search an element using Binary search and linear search techniques.

  • Using functions develop a C program to perform the following tasks by parameter passing to read a string from the user and print appropriate message for palindrome or not palindrome.

  • Develop a C program to compute average marks of ‘n’ students (Name, RollNo, Test Marks) and search a particular record based on ‘RollNo’.

  • Develop a C program using pointers to function to find given two strings are equal or not.

  • Develop a C program using recursion, to determine GCD , LCM of two numbers and to perform binary to decimal conversion.