Skip to content

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.

Notifications You must be signed in to change notification settings

LunarLumos/problem-solving-with-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Problem Solving with C

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.

Programs

  1. Convert an ASCII Value to Its Corresponding Character
    View Code

  2. Display a Line of Text
    View Code

  3. Input and Display Your Name
    View Code

  4. Read Any Character and Display It
    View Code

  5. Input a Date in DDMMYYYY Format and Display the Day, Month, and Year Separately
    View Code

  6. Convert a Decimal Number to Its Hexadecimal Equivalent
    View Code

  7. Convert a Decimal Number to Its Octal Equivalent
    View Code

  8. Convert a Hexadecimal Number to Its Decimal Equivalent
    View Code

  9. Convert a Lower-case Character to Upper-case
    View Code

  10. Convert an Octal Number to Its Decimal Equivalent
    View Code

  11. Convert an Upper-case Character to Lower-case
    View Code

Additional Problems

More problems will be added to this repository over time. Check back for updates!

How to Use

  1. Clone the Repository

    git clone https://github.com/LunarLumos/problem-solving-with-c.git
  2. Navigate to the Program Directory

    cd problem-solving-with-c
  3. Compile the Code

    gcc -o program_name file_name.c
  4. 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.

Contributing

We welcome contributions to enhance this repository. Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published