https://github.com/harikrishnan669/c_lab
KTU S2 C LAB PROGRAMS
https://github.com/harikrishnan669/c_lab
cprogramming-language cse ktu ktu-s2
Last synced: about 1 year ago
JSON representation
KTU S2 C LAB PROGRAMS
- Host: GitHub
- URL: https://github.com/harikrishnan669/c_lab
- Owner: harikrishnan669
- Created: 2023-06-28T13:37:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T17:51:45.000Z (over 1 year ago)
- Last Synced: 2025-01-27T11:26:02.970Z (about 1 year ago)
- Topics: cprogramming-language, cse, ktu, ktu-s2
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C PROGRAMMING (S2)
## Questions
Includes lab questions and some try outs.
1.Write a program to show bubble sort operation.
2.Write a program to create a file, read a sentence and then display it.
3.Write a program to create a file and then read a sentence and fins the count of a particular letter in that sentence.
4.A sample program to show a function.
5.A sample program to show recurrsion inside a function.
6.A sample programm to show sentence formation.
7.Program to show substring.
8.Program to show structure inside a program.
9.A program to calculate the sum of the two matrices.
10.A program to swap the two values.
11.A sample to show write mode operation in a file