Skip to content

Megh-Rana/25CE099

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Concepts and Programming - Laboratory Practicals

This repository contains all the code submissions for the laboratory practicals of the CEUC101 course.

Student & Course Information

  • Name: Megh Rana
  • Student ID: 25CE099
  • Branch: Computer Engineering (CE)
  • Institution: Chandubhai S. Patel Institute of Technology (CSPIT), CHARUSAT

How to Compile and Run

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages