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

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

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