Skip to content

ShivaNagachander/C-projects

Repository files navigation

c-projects

🖥️ C-Projects 🚀

Hello! 👋

This is a collection of my simple projects made using the C language.

To view These repository online using Codespaces, follow these steps:

• Click on the "Code" button on the right side of the screen.

• In the dropdown menu, select "Open with Codespaces".

• Once the environment is set up, you'll be taken to the Codespaces editor where you can view the C project's files and folders.

• To run the project, you can use the terminal in the Codespaces editor to navigate to the project directory and compile and run the code.

• you can navigate to the project directory in the terminal by typing cd project-name where "project-name" is the name of your project directory.

• To compile the code, you can use a C compiler such as GCC by running the command gcc file.c -o executable where "file.c" is the name of your C source file and "executable" is the name you want to give to the compiled binary executable file.

• After successfully compiling the code, you can run the executable by typing ./executable in the terminal. This will execute your program and produce output if it is designed to do so.

✅cd project-name

✅gcc file.c -o executable

✅./executable

Help me out / collab :

👉 7.Au_Attendance_Calculator.c Issue : To update attendance cal for all branches by adding switch and storing sub names in struct and store student details in a file roll/branch/sec etc

👉 Check and report issues if found 🙂

DM :

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages