A collection of academic assignments, practical programs and problem-solving exercises completed while learning the fundamentals of C Programming.
Programs
Topics
Semester 1
Programming
This repository contains a structured collection of C programming assignments, lab work and practice programs completed during my BCA journey.
The primary goal is to strengthen programming fundamentals, improve logical thinking and build a strong foundation in procedural programming.
Whether you're a beginner learning C or a student looking for reference programs, this repository serves as a practical learning resource.
Basic Programs, Variables, Data Types and I/O.
if, if-else, Nested if and switch-case.
for, while, do-while and patterns.
Arguments, Parameters and Return Values.
Searching, Sorting and String Handling.
Structures, Nested Structures, Array of Structures, Union Concepts.
Create, Read, Write and File Operations.
Learned variables, data types, operators and basic I/O.
Practiced conditions and decision-making statements.
Built logic using loops and pattern programs.
Explored functions, arrays and strings.
Worked with structures, unions and file handling.