https://github.com/hasibcoderlab/c-conditional-lab
A lab where conditional concepts of C programming language such as if-else, ternary operator, and switch-case are practiced and solved with examples and problems.
https://github.com/hasibcoderlab/c-conditional-lab
c-programming-language if-else nested-conditionals swtichcase ternary-operator
Last synced: 4 months ago
JSON representation
A lab where conditional concepts of C programming language such as if-else, ternary operator, and switch-case are practiced and solved with examples and problems.
- Host: GitHub
- URL: https://github.com/hasibcoderlab/c-conditional-lab
- Owner: HasibCoderLab
- Created: 2025-08-27T14:43:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-08-27T14:51:27.000Z (4 months ago)
- Last Synced: 2025-08-27T23:48:40.694Z (4 months ago)
- Topics: c-programming-language, if-else, nested-conditionals, swtichcase, ternary-operator
- Language: C
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
C-conditional-lab/
├── Condition.c
├── NestedCondition
├── SwitchCase.c
├── TernaryOperator.c
```