This repository contains all the code submissions for the laboratory practicals of the CEUC101 course.
- Name: Megh Rana
- Student ID: 25CE099
- Branch: Computer Engineering (CE)
- Institution: Chandubhai S. Patel Institute of Technology (CSPIT), CHARUSAT
All programs are written in C. You can compile and run them using the standard gcc compiler.
Example using gcc:
# Navigate to the practical's directory
cd Program_1
# Compile the program (e.g., 1.c)
gcc 1.c -o 1.exe
# Run the executable
./1.exe