An open API service indexing awesome lists of open source software.

https://github.com/kts-o7/pic_lab_programs_rvce

Set of solutions for Lab programs. These are the common programs asked in PIC lab in year 1 at RVCE
https://github.com/kts-o7/pic_lab_programs_rvce

Last synced: 2 months ago
JSON representation

Set of solutions for Lab programs. These are the common programs asked in PIC lab in year 1 at RVCE

Awesome Lists containing this project

README

        

# PIC_Lab_programs_RVCE
Set of solutions for Lab programs. These are the common programs asked in PIC lab in year 1 at RVCE
Usual set of programs are:
1) Solution of Quadratic equation
2) Binary to Decimal
3) Structures
4) Matrix Multiplication
5) Pointers and String palindrome
6) Linear and Binary search
7) Selection and Bubble sort
8) GCD and LCM using recursion