Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webwithaman/c-programming-questions
This repository contains a collection of programming questions and solutions in the C programming language. The questions cover various fundamental concepts such as Input/Output, Operators, Decision Control, Loops, Functions, Arrays, Strings, Pointers and more.
https://github.com/webwithaman/c-programming-questions
c-arrays c-input-outputs c-loop c-malloc c-operator c-patterns c-programming c-programming-language c-programs c-projects c-structures if-else-statements star-patterns strings
Last synced: about 1 month ago
JSON representation
This repository contains a collection of programming questions and solutions in the C programming language. The questions cover various fundamental concepts such as Input/Output, Operators, Decision Control, Loops, Functions, Arrays, Strings, Pointers and more.
- Host: GitHub
- URL: https://github.com/webwithaman/c-programming-questions
- Owner: webwithaman
- Created: 2023-08-06T06:30:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-20T08:07:39.000Z (about 2 months ago)
- Last Synced: 2024-09-30T01:07:12.730Z (about 2 months ago)
- Topics: c-arrays, c-input-outputs, c-loop, c-malloc, c-operator, c-patterns, c-programming, c-programming-language, c-programs, c-projects, c-structures, if-else-statements, star-patterns, strings
- Language: C
- Homepage:
- Size: 2.82 MB
- Stars: 25
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C Programming Questions
This repository contains a collection of programming questions and solutions in the C programming language. The questions cover various fundamental concepts such as Input/Output, Operators, Decision Control, Loops, Functions, Arrays, Strings, Pointers and more.
## Directory Structure
The repository is structured based on different topics, with each topic having its dedicated folder containing relevant programming questions and solutions.
- /01_basic_input_output
- /02_operators
- /03_decision_control_instructions
- /04_iterative_control_instructions
- /05_patterns_problems
- /06_switch_case_control_instructions
- /07_functions
- /08_recursion
- /09_arrays
- /10_array_with_functions
- /11_multi_dimensional_array
- /12_multi_dimensional_array_with_functions
- /13_strings
- /14_string_with_functions
- /15_handling_multiple_strings
- /16_handling_multiple_strings_with_functions
- /17_pointers
- /18_structure
- /19_dynamic_memory_allocation
- /20_miscellaneous_programs## Clone this Repository
To clone this repository to your local machine, follow these steps:
1. Copy the repository URL by clicking on the "Code" button and selecting either HTTPS or SSH.
2. Open your terminal or command prompt.
3. Use the `git clone` command followed by the copied repository URL.
For HTTPS:
```bash
git clone https://github.com/webwithaman/c-programming-questions.git
```## Usage
1. Navigate to the root directory of the project.
2. Run the command `make run` to start the program.
3. Follow the on-screen instructions to answer the questions.## Contributing
If you find a bug or have a feature request, please open an issue on GitHub. If you'd like to contribute code, please fork the repository and submit a pull request.
## License
This project is licensed under the MIT License - see the LICENSE.md file for details.