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
- Host: GitHub
- URL: https://github.com/kts-o7/pic_lab_programs_rvce
- Owner: KTS-o7
- Created: 2022-12-06T16:10:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T16:19:26.000Z (over 2 years ago)
- Last Synced: 2025-01-06T19:18:10.273Z (4 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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