Department of Bioinformatics
Practical Record Book
Programming in C — complete assignment set with compile-ready programs, sample input, sample output and result statements.
M.Sc. (Bioinformatics)
Second Semester
C Programming Practical
2025 – 2026
This record retains the original assignment structure. Each experiment is an independent, compile-ready C program containing
main(). Sample input, sample output and a result statement appear immediately below the source code. Use gcc: gcc filename.c -o filename && ./filename
