Author: Lunar Lumos
Universities: Helsinki University | Daffodil International University
Welcome to the Problem Solving with C repository! This collection features a series of C programs designed to demonstrate fundamental concepts in input and output operations. Each program addresses a specific problem or task, providing practical examples of C programming techniques.
-
Convert an ASCII Value to Its Corresponding Character
View Code -
Display a Line of Text
View Code -
Input and Display Your Name
View Code -
Read Any Character and Display It
View Code -
Input a Date in DDMMYYYY Format and Display the Day, Month, and Year Separately
View Code -
Convert a Decimal Number to Its Hexadecimal Equivalent
View Code -
Convert a Decimal Number to Its Octal Equivalent
View Code -
Convert a Hexadecimal Number to Its Decimal Equivalent
View Code -
Convert a Lower-case Character to Upper-case
View Code -
Convert an Octal Number to Its Decimal Equivalent
View Code -
Convert an Upper-case Character to Lower-case
View Code
More problems will be added to this repository over time. Check back for updates!
-
Clone the Repository
git clone https://github.com/LunarLumos/problem-solving-with-c.git
-
Navigate to the Program Directory
cd problem-solving-with-c -
Compile the Code
gcc -o program_name file_name.c
-
Run the Program
./program_name
Replace program_name with the name you choose for the executable, and file_name.c with the corresponding source file.
We welcome contributions to enhance this repository. Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.