Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Write a C program to reverse words in a string #4999

Closed
harshraj8843 opened this issue Jan 5, 2024 · 2 comments · Fixed by #5024
Closed

Write a C program to reverse words in a string #4999

harshraj8843 opened this issue Jan 5, 2024 · 2 comments · Fixed by #5024
Assignees
Labels
C c related closed closed issues/PRs good first issue Good for newcomers program

Comments

@harshraj8843
Copy link
Contributor

Description

Write a C program to reverse words in a string

Input  : "Hello World"
Output : "World Hello"

Contributed by - @Parvezkhan0

How to contribute
  • Fork this repository
  • Create a new branch
  • Save the solution in program/reverse-words-in-a-string/ReverseWordsInAString.c
  • Commit the changes
  • Create a pull request
@harshraj8843 harshraj8843 added C c related good first issue Good for newcomers program labels Jan 5, 2024
@codinasion-bot
Copy link

codinasion-bot bot commented Jan 5, 2024

👋🏻 Hey @harshraj8843

💖 Thanks for opening this issue 💖

A team member should be by to give feedback soon.

@codinasion-bot codinasion-bot bot added the triage Waiting for review label Jan 5, 2024
@Parvezkhan0
Copy link
Contributor

!assign

@codinasion-bot codinasion-bot bot added closed closed issues/PRs and removed triage Waiting for review labels Jan 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C c related closed closed issues/PRs good first issue Good for newcomers program
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants