Inspiration
My school taught us C last semester but I haven't touched it since. This semester, we would be using in a module and so I decided to practice my C instead of writing this program in Python.
What it does
Takes in your input (maximum of 50 characters) and prints out the reverse
How we built it
C
Challenges we ran into
Forgot to include string.h at the start and was scolding my computer
Accomplishments that we're proud of
My first C program in 2022
What we learned
Relearned how to take in user input and how to reverse a string
What's next for Reverse String in C
Learn how to accept a dynamic length for user input
Built With
- c
- string.h
Log in or sign up for Devpost to join the conversation.